mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-06-06 18:04:03 -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 "../../../colors";
|
||||||
|
@import "../../../frameless";
|
||||||
|
|
||||||
.mod-feedback-overlay {
|
.mod-feedback-overlay {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
@ -53,11 +54,12 @@
|
||||||
transition: all .125s ease;
|
transition: all .125s ease;
|
||||||
background-color: $ui-gray;
|
background-color: $ui-gray;
|
||||||
border-radius: .5rem;
|
border-radius: .5rem;
|
||||||
padding: 1rem;
|
padding: 1rem 0.5rem 1rem 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
margin-left: 0.75rem;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 700;
|
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