mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-01-09 05:52:02 -05:00
18 lines
366 B
SCSS
18 lines
366 B
SCSS
@import "../../colors";
|
|
@import "../../frameless";
|
|
|
|
.modal-flush-bottom-button {
|
|
margin: 0;
|
|
width: 100%;
|
|
border-bottom-left-radius: 1rem;
|
|
border-bottom-right-radius: 1rem;
|
|
height: 5.1875rem;
|
|
background-color: $ui-orange;
|
|
}
|
|
|
|
.next-step-title {
|
|
font-size: 1.25rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|