feat: Optimize SCSS architecture.

This commit is contained in:
a.bouhuolia
2021-01-17 12:17:15 +02:00
parent a747750d88
commit 09db5df686
154 changed files with 2814 additions and 2772 deletions

View File

@@ -0,0 +1,39 @@
// Accountant.
// ---------------------------------
.preferences-page__inside-content--accountant {
.card {
padding: 25px;
.card__footer {
padding-top: 16px;
border-top: 1px solid #e0e7ea;
margin-top: 30px;
.bp3-button {
min-width: 60px;
+ .bp3-button{
margin-left: 10px;
}
}
}
}
.form-group--select-list{
button{
min-width: 250px;
}
}
.bp3-form-group {
.bp3-form-helper-text{
margin-top: 7px;
}
label.bp3-label {
margin-bottom: 7px;
}
}
}