mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-05-24 03:28:39 -04:00
fix: styles for feedback modals
This commit is contained in:
parent
b9c9400d45
commit
1651bc5e71
1 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
@import "../../../colors";
|
||||
@import "../../../frameless";
|
||||
|
||||
.mod-feedback-overlay {
|
||||
background-color: unset;
|
||||
|
@ -53,11 +54,12 @@
|
|||
transition: all .125s ease;
|
||||
background-color: $ui-gray;
|
||||
border-radius: .5rem;
|
||||
padding: 1rem;
|
||||
padding: 1rem 0.5rem 1rem 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
label {
|
||||
margin-left: 0.75rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
@ -83,4 +85,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media #{$small}, #{$small-height} {
|
||||
position: relative;
|
||||
bottom: unset;
|
||||
right: unset;
|
||||
margin: 3.75rem auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue