2018-11-09 23:57:21 +00:00
|
|
|
ul {
|
2018-11-08 18:04:08 +00:00
|
|
|
list-style: none;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-commands {
|
2018-11-08 19:47:03 +00:00
|
|
|
border-radius: 50px;
|
2018-11-08 18:04:08 +00:00
|
|
|
margin-bottom: 5px;
|
2018-11-09 23:57:21 +00:00
|
|
|
transition:500ms;
|
2018-11-08 18:04:08 +00:00
|
|
|
|
|
|
|
a{
|
|
|
|
height:29px;
|
|
|
|
width:calc(100% - 2em - 20px);
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 2.5vh;
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-commands:before {
|
2018-11-09 23:57:21 +00:00
|
|
|
content: '>';
|
2018-11-08 18:04:08 +00:00
|
|
|
background: #6a6;
|
|
|
|
border-radius: 100%;
|
2018-11-09 23:57:21 +00:00
|
|
|
padding: 4px 11px;
|
|
|
|
font-size: 2.8vh;
|
2018-11-08 18:04:08 +00:00
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-11-08 19:47:03 +00:00
|
|
|
.list-commands:hover{
|
2018-11-08 18:04:08 +00:00
|
|
|
background-color: #646464;
|
|
|
|
}
|
2018-11-10 22:03:53 +00:00
|
|
|
|
|
|
|
.list-commands-container {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
}
|