feat: retrieve organization subscriptions list api.

feat: subscriptions reducers.
This commit is contained in:
Ahmed Bouhuolia
2020-10-13 21:46:32 +02:00
parent d71845a4c4
commit 8b97673100
23 changed files with 289 additions and 55 deletions

View File

@@ -20,13 +20,17 @@
h1{
font-size: 22px;
}
h1,
h3{
font-weight: 500;
color: #6d6d6d;
color: #6b7382;
}
}
&__content{
width: 70%;
padding-bottom: 40px;
}
&__left-section {
@@ -68,7 +72,7 @@
&__text {
font-size: 16px;
opacity: 0.75;
margin-bottom: 18px;
margin-bottom: 10px;
}
&__organization {
@@ -87,7 +91,7 @@
height: 3px;
width: 100px;
background: rgba(255, 255, 255, 0.15);
margin: 20px 0;
margin: 10px 0;
}
&__footer{
@@ -190,7 +194,54 @@
}
}
//Register Subscription form
.register-subscription-form {
}
.setup-organization {
width: 580px;
margin: 0 auto;
padding: 45px 0 20px;
&__title-wrap{
margin-bottom: 20px;
h1 {
margin-top: 0;
margin-bottom: 10px;
color: #565e6c;
}
}
&__form{
h3 {
margin-bottom: 1rem;
}
}
.bp3-form-group {
.bp3-input-group {
.bp3-input {
height: 38px;
}
}
}
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
width: 100%;
height: 38px;
}
.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;
}
}
}