dokuwiki-template-sprintdoc.../css/template_admin.less
2017-01-10 16:04:58 +01:00

37 lines
703 B
Text

.do-admin{
#admin__version{
font-size: .88rem;
}
.main-content ul{
> li{
font-size: .88rem;
div.li{
font-size: .88rem;
a{
font-size: .88rem;
line-height: 125%;
cursor: pointer;
}
}
}
}
ul.admin_tasks{
padding: 0;
li{
background-size: auto 1rem;
margin: 0 0 .6em 0;
a{
font-weight: 400;
}
}
}
@media @screen_max-md{
ul.admin_tasks{
float: none;
width: auto;
}
}
}