mirror of
https://github.com/moparisthebest/mail
synced 2024-11-12 04:05:13 -05:00
12 lines
163 B
SCSS
12 lines
163 B
SCSS
|
.dialog {
|
||
|
padding: 0px;
|
||
|
color: $color-grey-dark;
|
||
|
|
||
|
.control {
|
||
|
float: right;
|
||
|
|
||
|
button {
|
||
|
border: 0!important;
|
||
|
}
|
||
|
}
|
||
|
}
|