Updated profile settings. Refactored locale saving.

This commit is contained in:
Mike Cao 2020-09-17 00:17:11 -07:00
parent 814589f6a5
commit 7f598fa84d
9 changed files with 82 additions and 30 deletions

View file

@ -36,17 +36,6 @@ h6 {
font-weight: 400;
}
#__next {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
#__modals {
z-index: 10;
}
button,
input,
select {
@ -87,16 +76,28 @@ label:empty {
dt {
font-weight: 600;
margin: 0 0 5px 0;
}
dd {
margin: 0 0 10px 0;
margin: 0 0 30px 0;
}
main {
flex: 1;
}
#__next {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
#__modals {
z-index: 10;
}
.container {
padding: 0;
}