|
@@ -224,13 +224,15 @@ input[type="button"] {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.btn-labeled-4 {
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+.btn-labeled-3 {
|
|
|
border: #3e3a8e solid 2px;
|
|
border: #3e3a8e solid 2px;
|
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
|
padding-bottom: 0;
|
|
padding-bottom: 0;
|
|
|
margin-top: 3%;
|
|
margin-top: 3%;
|
|
|
color: #3e3a8e;
|
|
color: #3e3a8e;
|
|
|
- background: white;
|
|
|
|
|
|
|
+ background: transparent;
|
|
|
transition: ease background-color 250ms;
|
|
transition: ease background-color 250ms;
|
|
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
@@ -239,14 +241,13 @@ input[type="button"] {
|
|
|
color: #3e3a8e;
|
|
color: #3e3a8e;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-.btn-labeled-3 {
|
|
|
|
|
|
|
+.btn-labeled-4 {
|
|
|
border: #3e3a8e solid 2px;
|
|
border: #3e3a8e solid 2px;
|
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
|
padding-bottom: 0;
|
|
padding-bottom: 0;
|
|
|
margin-top: 3%;
|
|
margin-top: 3%;
|
|
|
color: #3e3a8e;
|
|
color: #3e3a8e;
|
|
|
- background: transparent;
|
|
|
|
|
|
|
+ background: white;
|
|
|
transition: ease background-color 250ms;
|
|
transition: ease background-color 250ms;
|
|
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
@@ -255,6 +256,35 @@ input[type="button"] {
|
|
|
color: #3e3a8e;
|
|
color: #3e3a8e;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+.btn-labeled-3-notHover {
|
|
|
|
|
+ border: #3e3a8e solid 2px;
|
|
|
|
|
+ padding-top: 0;
|
|
|
|
|
+ padding-bottom: 0;
|
|
|
|
|
+ margin-top: 3%;
|
|
|
|
|
+ color: #3e3a8e;
|
|
|
|
|
+ background: transparent;
|
|
|
|
|
+ transition: ease background-color 250ms;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.btn-radius .btn-labeled-3-notHover {
|
|
|
|
|
+ border-radius: 7px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.btn-labeled-notHover {
|
|
|
|
|
+ padding-top: 0;
|
|
|
|
|
+ padding-bottom: 0;
|
|
|
|
|
+ margin-right: 20px;
|
|
|
|
|
+ margin-top: 3%;
|
|
|
|
|
+ background: $colorbutton;
|
|
|
|
|
+ display: inline;
|
|
|
|
|
+ border-radius: 7px;
|
|
|
|
|
+ transition: ease background-color 250ms;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.btn-radius .btn-labeled-notHover {
|
|
|
|
|
+ border-radius: 7px;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.btn-radius .btn-labeled-3 {
|
|
.btn-radius .btn-labeled-3 {
|
|
|
border-radius: 7px;
|
|
border-radius: 7px;
|