mail/src/sass/views/_account.scss

32 lines
546 B
SCSS

.view-account {
padding: 0px;
color: $color-grey-dark;
@include respond-to(mobile) {
height: 100%;
}
table {
margin: 50px auto 100px auto;
td {
padding-top: 15px;
&:first-child {
text-align: right;
padding-right: 15px;
font-weight: bold;
}
}
}
button {
border: 0!important;
}
.export-control {
position: absolute;
bottom: 15px;
right: 15px;
}
}