17 lines
208 B
SCSS
17 lines
208 B
SCSS
.autoplayPrompt {
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
}
|
|
|
|
.button {
|
|
&:focus {
|
|
outline: none !important;
|
|
}
|
|
|
|
span:last-child {
|
|
color: black;
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
}
|
|
}
|