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.
60 lines
768 B
60 lines
768 B
2 years ago
|
/*
|
||
|
Theme Name: Bootstrap 4 Sass
|
||
|
Description: Bootstrap 4 with Sass
|
||
|
*/
|
||
|
|
||
|
// import files
|
||
|
@import "import";
|
||
|
|
||
|
/* GENERAL STYLES
|
||
|
-------------------------------------------------*/
|
||
|
|
||
|
body {
|
||
|
background: $white;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* COLORS
|
||
|
--------------------------------------------------*/
|
||
|
|
||
|
a {
|
||
|
color: $accent-shade;
|
||
|
}
|
||
|
|
||
|
.bg-inverse {
|
||
|
background: $primary-shade !important;
|
||
|
}
|
||
|
|
||
|
.site-footer {
|
||
|
background: $accent-shade !important;
|
||
|
}
|
||
|
|
||
|
.menu--main li a {
|
||
|
color: $primary-shade;
|
||
|
}
|
||
|
|
||
|
.menu--account li a {
|
||
|
color: $primary-shade;
|
||
|
}
|
||
|
|
||
|
.site-name-slogan a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.card-group img {
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.card-group .field--type-image {
|
||
|
margin: 0
|
||
|
}
|
||
|
|
||
|
.slick {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.slick>div {
|
||
|
margin: 0 15px;
|
||
|
}
|