mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
UX: Modal; Moving cancel further away from confirm
This commit is contained in:
parent
92c5bc6ac9
commit
2f8a8dbb21
@ -259,7 +259,7 @@
|
||||
}
|
||||
}
|
||||
.d-modal-cancel {
|
||||
margin-left: 5px;
|
||||
margin-left: 1em;
|
||||
color: $primary-medium;
|
||||
}
|
||||
|
||||
|
@ -20,6 +20,9 @@
|
||||
|
||||
box-shadow: 0 3px 7px rgba(0,0,0, .8);
|
||||
background-clip: padding-box;
|
||||
.cancel {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user