mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-06 19:12:38 +01:00
32 lines
518 B
CSS
32 lines
518 B
CSS
.sub-menu
|
|
{
|
|
padding-left: 5px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.sub-menu li
|
|
{
|
|
display: inline;
|
|
list-style-type: circle;
|
|
margin-right: 12px;
|
|
padding-left: 2px;
|
|
padding-top: 2px;
|
|
border-left: 7px solid #F1EDED;
|
|
}
|
|
|
|
.sub-menu a
|
|
{
|
|
text-decoration: none;
|
|
font-size: 21px;
|
|
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
color: #065EFE;
|
|
font-weight: 300;
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
.t-grid .sub-menu
|
|
{
|
|
margin-left: -10px;
|
|
margin-bottom: 0px;
|
|
}
|