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;
|
2022-03-24 19:08:08 +01:00
|
|
|
background: var(--color-background-alternative);
|
|
|
|
border-bottom: 1px solid var(--color-border-default);
|
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;
|
2022-03-19 01:43:10 +01:00
|
|
|
color: var(--color-text-default);
|
2018-10-25 05:55:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__blurb {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2020-09-17 22:02:00 +02:00
|
|
|
width: 95%;
|
2022-03-19 01:43:10 +01:00
|
|
|
color: var(--color-text-default);
|
2018-10-25 05:55:39 +02:00
|
|
|
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%;
|
2022-03-19 01:43:10 +01:00
|
|
|
color: var(--color-text-alternative);
|
2018-10-25 05:55:39 +02:00
|
|
|
margin-top: 15px;
|
2018-08-09 18:14:03 +02:00
|
|
|
}
|
|
|
|
}
|