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.
54 lines
894 B
54 lines
894 B
.experimental-area {
|
|
color: $flask-purple;
|
|
margin: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.logo {
|
|
padding: 16px 8px 0;
|
|
line-height: 0.625em;
|
|
font-family: monospace;
|
|
font-size: $font-size-h8;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.experimental-text {
|
|
padding: 16px 8px 0;
|
|
font-family: monospace;
|
|
font-size: $font-size-h5;
|
|
margin: auto;
|
|
line-height: 0.875em;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.text {
|
|
@include H5;
|
|
|
|
padding: 16px;
|
|
max-width: 670px;
|
|
}
|
|
|
|
ul {
|
|
padding: 16px 0;
|
|
}
|
|
|
|
li {
|
|
list-style-type: disc;
|
|
padding-left: 8px;
|
|
list-style-position: inside;
|
|
margin-bottom: 8px;
|
|
|
|
&:nth-last-child(1) {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
button {
|
|
background-color: $flask-purple !important;
|
|
border: 0 !important;
|
|
color: $ui-1;
|
|
width: 200px;
|
|
}
|
|
}
|
|
|