mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-01-08 21:41:55 -05:00
12 lines
242 B
SCSS
12 lines
242 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: 4rem;
|
||
|
background-color: $ui-orange;
|
||
|
}
|