feat(webapp): optimize the setup organization page design

This commit is contained in:
a.bouhuolia
2023-03-06 23:05:21 +02:00
parent 7532b44a57
commit b4559703f9
6 changed files with 44 additions and 71 deletions

View File

@@ -1,30 +1,17 @@
.setup-organization {
width: 580px;
max-width: 600px;
width: 100%;
margin: 0 auto;
padding: 45px 0 20px;
&__title-wrap {
margin-bottom: 20px;
h1 {
margin-top: 0;
margin-bottom: 10px;
color: #565e6c;
}
.paragraph {
opacity: 0.8;
}
}
padding: 45px 25px 20px;
form {
h3 {
color: #6b7382;
margin-bottom: 1.6rem;
font-weight: 500;
color: #868f9f;
margin-bottom: 2rem;
font-weight: 600;
}
}
.bp3-form-group {
margin-bottom: 24px;
@@ -64,10 +51,10 @@
.register-org-button {
.bp3-button {
background-color: #0052cc;
min-width: 175px;
background-color: #1c2448;
height: 40px;
font-size: 15px;
width: 100%;
}
}
}