parent
659c27c4e5
commit
6e6854a942
|
@ -4,6 +4,9 @@
|
||||||
dialog {
|
dialog {
|
||||||
border: 3px solid $color-dark;
|
border: 3px solid $color-dark;
|
||||||
border-radius: 2%;
|
border-radius: 2%;
|
||||||
|
|
||||||
|
color: $color-dark;
|
||||||
|
background: $color-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog > form[method="dialog"] {
|
dialog > form[method="dialog"] {
|
||||||
|
@ -13,10 +16,11 @@ dialog > form[method="dialog"] {
|
||||||
line-height: 0px;
|
line-height: 0px;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding-top: 5px;
|
padding-top: 6px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
font-size: 140%;
|
font-size: 150%;
|
||||||
line-height: 0px;
|
line-height: 0px;
|
||||||
|
color: $color-dark;
|
||||||
|
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
@ -25,5 +29,9 @@ dialog > form[method="dialog"] {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
content: "\00d7"; // Nicer X
|
content: "\00d7"; // Nicer X
|
||||||
}
|
}
|
||||||
|
&:hover {
|
||||||
|
color: black;
|
||||||
|
transition: color 0.1s;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue