19 lines
433 B
SCSS
19 lines
433 B
SCSS
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */
|
|
@import 'mixins';
|
|
.emailModal-tr > td input {
|
|
margin-bottom: 0;
|
|
}
|
|
.emailModal-tr > td:first-of-type {
|
|
width: 10%;
|
|
padding-right: 10px;
|
|
}
|
|
.emailModal-tr > td:last-of-type {
|
|
width: 90%;
|
|
}
|
|
.emailModal-tr > td {
|
|
padding-bottom: 15px;
|
|
}
|
|
.emailModal input[readonly] {
|
|
border: none;
|
|
}
|