2018-08-09 18:14:03 +02:00
|
|
|
.basic-tab-content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2018-10-25 05:55:39 +02:00
|
|
|
align-items: flex-start;
|
|
|
|
padding-left: 21px;
|
|
|
|
height: 324px;
|
2020-07-15 15:13:40 +02:00
|
|
|
background: #f5f7f8;
|
2018-10-25 05:55:39 +02:00
|
|
|
border-bottom: 1px solid #d2d8dd;
|
2018-08-09 18:14:03 +02:00
|
|
|
|
|
|
|
&__title {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include Paragraph;
|
|
|
|
|
2018-08-09 18:14:03 +02:00
|
|
|
margin-top: 19px;
|
2018-10-25 05:55:39 +02:00
|
|
|
color: $black;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__blurb {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2020-09-17 22:02:00 +02:00
|
|
|
width: 95%;
|
2018-10-25 05:55:39 +02:00
|
|
|
color: $black;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__footer-blurb {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2020-09-17 22:02:00 +02:00
|
|
|
width: 95%;
|
2018-10-25 05:55:39 +02:00
|
|
|
color: #979797;
|
|
|
|
margin-top: 15px;
|
2018-08-09 18:14:03 +02:00
|
|
|
}
|
|
|
|
}
|