V1.0 add email notifications
This commit is contained in:
+11
-6
@@ -317,10 +317,6 @@ main > .contain {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.account-section .account-settings-list .form-group-inline label {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.user-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -424,13 +420,18 @@ main > .contain {
|
||||
.account-members .buttons,
|
||||
.account-currencies .buttons,
|
||||
.account-fixer .buttons,
|
||||
.account-categories .buttons {
|
||||
.account-categories .buttons,
|
||||
.account-notifications .buttons {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.account-notifications .buttons {
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.image-button {
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
@@ -563,7 +564,7 @@ label {
|
||||
|
||||
.form-group-inline label {
|
||||
font-weight: 300;
|
||||
font-size: 13px;
|
||||
font-size: 16px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
cursor: pointer;
|
||||
@@ -591,6 +592,10 @@ select {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.one-third {
|
||||
max-width: 33%;
|
||||
}
|
||||
|
||||
select {
|
||||
cursor: pointer;
|
||||
height: 50px;
|
||||
|
||||
Reference in New Issue
Block a user