edit syntax
This commit is contained in:
parent
d2b199b036
commit
2e54850b10
|
@ -40,8 +40,9 @@ button {
|
||||||
opacity: 0%;
|
opacity: 0%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-modal p {
|
.popup-modal p {
|
||||||
margin-bottom: 24px
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backdrop {
|
.backdrop {
|
||||||
|
@ -60,4 +61,3 @@ button {
|
||||||
.backdrop.show {
|
.backdrop.show {
|
||||||
opacity: 30%;
|
opacity: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue