Add custom data survey danger button

This commit is contained in:
Pablo Bonilla 2021-07-09 00:44:15 -06:00
parent bda6395d9d
commit 415c600ccc
No known key found for this signature in database
GPG Key ID: 46877262B8DE47E2
2 changed files with 16 additions and 5 deletions

View File

@ -17,6 +17,11 @@
position: relative;
top: 0;
transition: all 0.1s ease-in-out;
&:hover {
top: -3px;
box-shadow: rgba(80, 80, 80, 0.15) 0px 5px 15px;
}
}
.ds-btn--primary {
@ -25,8 +30,6 @@
&:hover {
background-color: #1c44b2;
top: -3px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}
}
@ -37,7 +40,15 @@
&:hover {
background-color: #f7f9ff;
color: #1c44b2;
top: -3px;
box-shadow: rgba(80, 80, 80, 0.15) 0px 5px 15px;
}
}
.ds-btn--danger {
background-color: transparent;
color: #e73636;
&:hover {
background-color: #f7f9ff;
color: #d33232;
}
}

View File

@ -3,7 +3,7 @@ $form-background: #f1f5f9;
.ds-form {
.form-group label {
transition: all 0.3s ease-in-out;
transition: all 0.1s ease-in-out;
}
.form-group:focus-within {