56 lines
688 B
SCSS
56 lines
688 B
SCSS
@import 'libs/vars';
|
|
@import 'libs/functions';
|
|
@import 'libs/mixins';
|
|
@import 'libs/skel';
|
|
|
|
/*
|
|
Multiverse by HTML5 UP
|
|
html5up.net | @n33co
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
*/
|
|
|
|
/* Panel */
|
|
|
|
.panel {
|
|
> .inner {
|
|
&.split {
|
|
&:after {
|
|
clear: both;
|
|
content: '';
|
|
display: block;
|
|
}
|
|
|
|
> div {
|
|
float: left;
|
|
margin-left: 0;
|
|
padding-left: 0;
|
|
}
|
|
|
|
> :first-child {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Wrapper */
|
|
|
|
#wrapper {
|
|
&:before {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* Main */
|
|
|
|
#main {
|
|
&:after {
|
|
clear: both;
|
|
content: '';
|
|
display: block;
|
|
}
|
|
|
|
.thumb {
|
|
float: left;
|
|
}
|
|
} |