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.
41 lines
635 B
41 lines
635 B
@import "../../src/scss/variables.scss";
|
|
@import "../../src/scss/mixins.scss";
|
|
|
|
.component-article {
|
|
padding: 40px 0;
|
|
|
|
.banner {
|
|
background: $light-gray;
|
|
text-align: center;
|
|
}
|
|
|
|
.image {
|
|
width: 100%;
|
|
}
|
|
|
|
.title {
|
|
display: block;
|
|
font-size: $font-30;
|
|
font-weight: normal;
|
|
padding: 15px 0;
|
|
margin: 0;
|
|
color: $olive;
|
|
}
|
|
|
|
.subtitle {
|
|
display: block;
|
|
font-size: $font-18;
|
|
font-weight: bold;
|
|
padding-bottom: 7px;
|
|
margin-bottom: 15px;
|
|
color: $dark-gray;
|
|
}
|
|
|
|
.text {
|
|
display: block;
|
|
font-size: $font-16;
|
|
padding-bottom: 5px;
|
|
color: $dark-gray;
|
|
}
|
|
|
|
}
|