mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
18 lines
271 B
SCSS
18 lines
271 B
SCSS
div#connect_module_menu {
|
|
|
|
text-align: right;
|
|
|
|
nav.inline-nav {
|
|
display: inline;
|
|
|
|
ul, ol {
|
|
|
|
list-style-type: none;
|
|
display: inline;
|
|
|
|
li {
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|
|
} |