1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fix close x

This commit is contained in:
GilbN 2018-12-27 01:02:17 +01:00
parent ba3a58528e
commit b9beda9498
2 changed files with 8 additions and 0 deletions

View File

@ -1167,6 +1167,10 @@ i.black.icon {
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
text-transform: uppercase;
transition: background-color .1s;
}
.ui.modal > .close {
top: .7rem;
right: .4rem;
}
/* CANCEL BUTTON */
.ui.button {

View File

@ -1109,6 +1109,10 @@ i.black.icon {
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
text-transform: uppercase;
transition: background-color .1s;
}
.ui.modal > .close {
top: .7rem;
right: .4rem;
}
/* CANCEL BUTTON */
.ui.button {