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.
63 lines
1.1 KiB
63 lines
1.1 KiB
@import '../vendor/bootstrap/less/bootstrap.less';
|
|
|
|
@import 'variables.less';
|
|
@import 'grid.less';
|
|
|
|
@import 'header.less';
|
|
@import 'footer.less';
|
|
|
|
@import 'sub_content.less';
|
|
|
|
@import 'mainpage.less';
|
|
|
|
@import 'people.less';
|
|
|
|
@import 'about.less';
|
|
|
|
@import 'clients.less';
|
|
|
|
@import 'blog.less';
|
|
|
|
@import 'consultation.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;
|
|
}
|
|
|
|
.btn-primary {
|
|
//.button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);
|
|
.button-variant(#fff; #135898; #fff);
|
|
|
|
color: #ffffff;
|
|
background-color: #135898;
|
|
background: url('/static/imgs/btn_bg.png');
|
|
|
|
border: 1px dashed #fff;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 0 2px #135898;
|
|
|
|
font-family: 'Roboto Slab';
|
|
font-weight: 500;
|
|
} |