mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
371 B
29 lines
371 B
7 years ago
|
.rtl {
|
||
|
direction: rtl;
|
||
|
|
||
|
.button i {
|
||
|
margin-left: 8px;
|
||
|
margin-right: 0px;
|
||
|
}
|
||
|
|
||
|
.nav-right .nav-item {
|
||
|
padding: 0 10px 0 0;
|
||
|
}
|
||
|
|
||
|
.nav-item h1 i {
|
||
|
margin-left: 8px;
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
|
||
|
.sidebar aside .sidebar-menu li a i {
|
||
|
margin-left: 7px;
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.mkcontent {
|
||
|
ul {
|
||
|
padding: 10px 40px 10px 0;
|
||
|
}
|
||
|
}
|
||
|
}
|