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.
42 lines
686 B
42 lines
686 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 'about.less';
|
|
|
|
@import 'clients.less';
|
|
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|Roboto+Slab:700,400&subset=cyrillic-ext,latin);
|
|
|
|
|
|
.breadcrumb {
|
|
padding: 0;
|
|
|
|
background-color: #fff;
|
|
border-radius: 0;
|
|
|
|
margin-top: 18px;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
|
|
.background-line-pattern {
|
|
background: url('/static/imgs/pattern.svg');
|
|
opacity: 0.06;
|
|
|
|
width: 100%;
|
|
height: 28px;
|
|
|
|
position: absolute;
|
|
z-index: -1;
|
|
left: 0;
|
|
}
|
|
|