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,64 @@
.setup-organization {
width: 580px;
margin: 0 auto;
padding: 45px 0 20px;
&__title-wrap {
margin-bottom: 32px;
h1 {
margin-top: 0;
margin-bottom: 10px;
color: #565e6c;
}
.paragraph {
opacity: 0.75;
}
}
&__form {
h3 {
margin-bottom: 1rem;
}
}
.bp3-form-group {
.bp3-input-group {
.bp3-input {
height: 38px;
}
}
}
.form-group--language {
margin-left: 10px;
}
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
width: 100%;
height: 38px;
padding: 8px;
}
.bp3-text-muted {
color: #000000;
}
.register-org-note {
font-size: 13px;
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 1.75rem;
color: #666;
}
.register-org-button {
.bp3-button {
background-color: #0052cc;
min-width: 175px;
height: 40px;
font-size: 15px;
}
}
}