ux: POC - Update "Add permissions" design and add a fancy animation #10676

This commit is contained in:
Johannes Schill
2018-01-31 14:19:07 +01:00
parent 666d29fafa
commit 2ad4c30bc6
9 changed files with 97 additions and 10 deletions

View File

@@ -113,6 +113,10 @@
//border: 1px solid $tight-form-func-highlight-bg;
}
.btn-transparent {
background-color: transparent;
}
.btn-outline-primary {
@include button-outline-variant($btn-primary-bg);
}

View File

@@ -274,6 +274,10 @@ $input-border: 1px solid $input-border-color;
}
}
.gf-form-input {
margin-right: 0;
}
select.gf-form-input {
text-indent: 0.01px;
text-overflow: '';
@@ -394,7 +398,15 @@ select.gf-form-input ~ .gf-form-help-icon {
}
.cta-form {
position: relative;
padding: 1rem;
background-color: $dark-2;
background-color: $dark-4;
margin-bottom: 1rem;
border-top: 3px solid $green;
}
.cta-form__close {
position: absolute;
right: 0;
top: 0;
}