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;
|
||||
text-transform: uppercase;
|
||||
transition: background-color .1s;
|
||||
}
|
||||
.ui.modal > .close {
|
||||
top: .7rem;
|
||||
right: .4rem;
|
||||
}
|
||||
/* CANCEL BUTTON */
|
||||
.ui.button {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user