mirror of
https://github.com/nanoy42/coope
synced 2024-11-04 17:06:27 +00:00
83 lines
1.1 KiB
SCSS
83 lines
1.1 KiB
SCSS
|
@import 'libs/vars';
|
||
|
@import 'libs/functions';
|
||
|
@import 'libs/mixins';
|
||
|
@import 'libs/skel';
|
||
|
|
||
|
/*
|
||
|
Stellar by HTML5 UP
|
||
|
html5up.net | @ajlkn
|
||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||
|
*/
|
||
|
|
||
|
/* Type */
|
||
|
|
||
|
body {
|
||
|
color: _palette(fg-bold);
|
||
|
}
|
||
|
|
||
|
/* Button */
|
||
|
|
||
|
.button {
|
||
|
position: relative;
|
||
|
border: solid 1px !important;
|
||
|
|
||
|
&.special {
|
||
|
border: none !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* Icon */
|
||
|
|
||
|
.icon {
|
||
|
&.major {
|
||
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
||
|
|
||
|
&:before {
|
||
|
font-size: 4em;
|
||
|
border: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* Spotlight */
|
||
|
|
||
|
.spotlight {
|
||
|
.image {
|
||
|
position: relative;
|
||
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
||
|
|
||
|
img {
|
||
|
position: relative;
|
||
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* Features */
|
||
|
|
||
|
.features {
|
||
|
li {
|
||
|
width: 29%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* Footer */
|
||
|
|
||
|
#footer {
|
||
|
> * {
|
||
|
width: 50%;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* Main */
|
||
|
|
||
|
#main {
|
||
|
> .main {
|
||
|
> .image.main:first-child {
|
||
|
margin-top: 0;
|
||
|
margin-left: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|