fix close x
This commit is contained in:
parent
ba3a58528e
commit
b9beda9498
@ -1167,6 +1167,10 @@ i.black.icon {
|
|||||||
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
transition: background-color .1s;
|
transition: background-color .1s;
|
||||||
|
}
|
||||||
|
.ui.modal > .close {
|
||||||
|
top: .7rem;
|
||||||
|
right: .4rem;
|
||||||
}
|
}
|
||||||
/* CANCEL BUTTON */
|
/* CANCEL BUTTON */
|
||||||
.ui.button {
|
.ui.button {
|
||||||
|
|||||||
@ -1109,6 +1109,10 @@ i.black.icon {
|
|||||||
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
transition: background-color .1s;
|
transition: background-color .1s;
|
||||||
|
}
|
||||||
|
.ui.modal > .close {
|
||||||
|
top: .7rem;
|
||||||
|
right: .4rem;
|
||||||
}
|
}
|
||||||
/* CANCEL BUTTON */
|
/* CANCEL BUTTON */
|
||||||
.ui.button {
|
.ui.button {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user