mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat(webapp): optimize the setup organization page design
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user