at path:
ROOT
/
sistema
/
vendors
/
popper.js
/
docs
/
css
/
ie9.scss
run:
R
W
Run
css
DIR
2026-04-09 04:12:40
R
W
Run
images
DIR
2026-03-08 03:49:39
R
W
Run
code.css
3.53 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
font-awesome.min.css
30.27 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
ie8.scss
1.44 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
ie9.scss
1.84 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
main.scss
32.5 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
popper.css
2.9 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
error_log
up
📄
ie9.scss
Save
--- # Only the main Sass file needs front matter (the dashes are enough) --- @import 'libs/vars'; @import 'libs/functions'; @import 'libs/mixins'; @import 'libs/skel'; /* Spectral by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Spotlight */ .spotlight { display: block; .image { display: inline-block; vertical-align: top; } .content { @include padding(4em, 4em); display: inline-block; } &:after { clear: both; content: ''; display: block; } } /* Features */ .features { display: block; li { float: left; } &:after { content: ''; display: block; clear: both; } } /* Banner + Wrapper (style4) */ #banner, .wrapper.style4 { background-image: url("../../images/banner.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; &:before { background: #000000; content: ''; height: 100%; left: 0; opacity: 0.5; position: absolute; top: 0; width: 100%; } .inner { position: relative; z-index: 1; } } /* Banner */ #banner { @include padding(14em, 0); height: auto; &:after { display: none; } } /* CTA */ #cta { .inner { header { float: left; } .actions { float: left; } &:after { clear: both; content: ''; display: block; } } } /* Main */ #main { > header { background-image: url("../../images/banner.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; &:before { background: #000000; content: ''; height: 100%; left: 0; opacity: 0.5; position: absolute; top: 0; width: 100%; } > * { position: relative; z-index: 1; } } }