mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
First version
This commit is contained in:
@@ -2,14 +2,34 @@
|
||||
@import 'custom/timeline';
|
||||
|
||||
div#general {
|
||||
background: none repeat scroll 0 0 $green;
|
||||
color: #FFF;
|
||||
padding: 0.5em;
|
||||
background: none repeat scroll 0 0 $green;
|
||||
color: #FFF;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
html,body {
|
||||
min-height:100%;
|
||||
background-color: $footer-background;
|
||||
min-height:100%;
|
||||
font-family: 'open_sansregular';
|
||||
}
|
||||
|
||||
#content_conainter {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#content_conainter:before {
|
||||
bottom: 0;
|
||||
content: "";
|
||||
left: 0;
|
||||
opacity: 0.1;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: -1;
|
||||
background-image: url("/bundles/chillmain/img/background/desert.jpg");
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.cf-title {
|
||||
@@ -29,7 +49,6 @@ html,body {
|
||||
.content {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
.select2 {
|
||||
|
@@ -18,12 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
div.timeline {
|
||||
div {
|
||||
margin: 0.7em 0.2em;
|
||||
background-color: #e6e6e6;
|
||||
padding: 0.3em;
|
||||
margin: 0.7em 0.2em;
|
||||
background-color: #e6e6e6;
|
||||
padding: 0.3em;
|
||||
|
||||
div.summary {
|
||||
margin-left: 1em;
|
||||
}
|
||||
div.summary {
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
}
|
@@ -4,5 +4,14 @@ $chill-yellow: #eec84a;
|
||||
$chill-orange: #e2793d;
|
||||
$chill-red: #df4949;
|
||||
$chill-gray: #ececec;
|
||||
$chill-brown: #cabb9f;
|
||||
$chlll-pink: #dd506d;
|
||||
$chill-beige :#cabb9f;
|
||||
$chill-pink :#dd506d;
|
||||
|
||||
$chill-dark-gray: #333333;
|
||||
$chill-light-gray: #b2b2b2;
|
||||
|
||||
$orange: $chill-orange;
|
||||
$red: $chill-red;
|
||||
$green: $chill-green;
|
||||
$blue: $chill-blue;
|
||||
$yellow: $chill-yellow;
|
1
Resources/public/sass/custom/modules/_buttons.scss
Normal file
1
Resources/public/sass/custom/modules/_buttons.scss
Normal file
@@ -0,0 +1 @@
|
||||
// For cutomizing the buttons
|
1
Resources/public/sass/custom/modules/_forms.scss
Normal file
1
Resources/public/sass/custom/modules/_forms.scss
Normal file
@@ -0,0 +1 @@
|
||||
// For cutomizing the navigation
|
1
Resources/public/sass/custom/modules/_navigation.scss
Normal file
1
Resources/public/sass/custom/modules/_navigation.scss
Normal file
@@ -0,0 +1 @@
|
||||
// For cutomizing the navigation
|
Reference in New Issue
Block a user