mirror of
https://github.com/moparisthebest/mail
synced 2024-11-17 06:35:20 -05:00
25 lines
399 B
SCSS
25 lines
399 B
SCSS
.view-set-passphrase {
|
|
|
|
.inputs {
|
|
margin: 40px 60px 30px;
|
|
|
|
div {
|
|
margin: 5px 0;
|
|
}
|
|
}
|
|
|
|
table {
|
|
margin: 50px auto 60px auto;
|
|
|
|
td {
|
|
padding-top: 15px;
|
|
|
|
&:first-child {
|
|
text-align: right;
|
|
padding-right: 15px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
} |