1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/sass/views/_set-passphrase.scss

38 lines
574 B
SCSS
Raw Normal View History

.view-set-passphrase {
2014-09-12 11:11:05 -04:00
p {
margin: 40px auto 0;
width: 90%;
}
.passphrase-label-ok {
color: green;
}
.inputs {
margin: 40px 60px 30px;
div {
margin: 5px 0;
}
}
table {
2014-09-12 11:11:05 -04:00
margin: 40px auto 60px auto;
td {
2014-09-12 11:11:05 -04:00
padding-top: 16px;
&:first-child {
text-align: right;
2014-09-12 11:11:05 -04:00
padding-right: 16px;
font-weight: bold;
}
}
2014-09-12 11:11:05 -04:00
td.no-padding {
padding-top: 0;
}
}
}