Remove text from dismiss modal button
This commit is contained in:
@@ -137,7 +137,6 @@ body {
|
||||
position: absolute;
|
||||
top: $gap;
|
||||
right: $gap;
|
||||
width: 8rem;
|
||||
|
||||
@include media($medium-screen) {
|
||||
top: $gap * 2;
|
||||
@@ -251,3 +250,9 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal--dismissable {
|
||||
.modal__body {
|
||||
padding-top: $gap * 3.5;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user