You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
551 B
Plaintext
34 lines
551 B
Plaintext
html[data-dir="rtl"] {
|
|
@import (less) "./bootstrap-flipped.css";
|
|
|
|
.home {
|
|
h4 {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.container {
|
|
#main-nav {
|
|
float: right !important;
|
|
}
|
|
|
|
#logged-in-menu, #logged-out-menu {
|
|
float: left !important;
|
|
}
|
|
}
|
|
|
|
html[data-dir=rtl] .navbar .dropdown-menu {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
|
|
.categories > li .card, .category > ul > li .card {
|
|
border-left: none;
|
|
border-right: 4px solid #ccc;
|
|
}
|
|
|
|
.categories > li .content .icon, .category > ul > li .content .avatar {
|
|
margin-left: 15px;
|
|
margin-right: 0px;
|
|
}
|
|
} |