mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
correct dir + layout (partim)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"build": {
|
||||
"gumbyPath": "bower_components/gumby",
|
||||
"outPath": "js"
|
||||
"outPath": "./../../public/js"
|
||||
}
|
||||
}
|
@@ -1,6 +1,18 @@
|
||||
nav.inline-nav {
|
||||
ul, ol {
|
||||
display: inline-block;
|
||||
list-style-type: none;
|
||||
div#connect_module_menu {
|
||||
|
||||
text-align: right;
|
||||
|
||||
nav.inline-nav {
|
||||
display: inline;
|
||||
|
||||
ul, ol {
|
||||
|
||||
list-style-type: none;
|
||||
display: inline;
|
||||
|
||||
li {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
4
Resources/assets/gumpy/sass/_searchbox.scss
Normal file
4
Resources/assets/gumpy/sass/_searchbox.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
div#searchbox {
|
||||
text-align: right;
|
||||
}
|
||||
|
@@ -1,3 +1,3 @@
|
||||
@import "_nav.scss";
|
||||
|
||||
|
||||
@import "_searchbox.scss";
|
||||
|
Reference in New Issue
Block a user