You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
517 B
29 lines
517 B
@import '../vendor/bootstrap/less/bootstrap.less';
|
|
|
|
@import 'variables.less';
|
|
@import 'grid.less';
|
|
|
|
@import 'header.less';
|
|
@import 'footer.less';
|
|
|
|
@import 'sub_content.less';
|
|
|
|
@import 'people.less';
|
|
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|Roboto+Slab:700,400&subset=cyrillic-ext,latin);
|
|
|
|
|
|
|
|
|
|
.background-line-pattern {
|
|
background: url('/static/imgs/pattern.svg');
|
|
opacity: 0.06;
|
|
|
|
width: 100%;
|
|
height: 28px;
|
|
|
|
position: absolute;
|
|
z-index: -1;
|
|
left: 0;
|
|
}
|
|
|