mirror of
https://github.com/moparisthebest/mail
synced 2025-02-08 02:50:13 -05:00
32 lines
546 B
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;
|
|
}
|
|
} |