|
@@ -247,6 +247,8 @@ input[type="button"] {
|
|
|
.btn-login {
|
|
.btn-login {
|
|
|
background: $colorbutton;
|
|
background: $colorbutton;
|
|
|
transition: ease background-color 250ms;
|
|
transition: ease background-color 250ms;
|
|
|
|
|
+ border: $colorbutton solid 2px;
|
|
|
|
|
+
|
|
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
|
background-color: $colorbutton;
|
|
background-color: $colorbutton;
|
|
@@ -255,6 +257,11 @@ input[type="button"] {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//jangan di ubah
|
|
//jangan di ubah
|
|
|
|
|
+.btn-v2 {
|
|
|
|
|
+ background: transparent;
|
|
|
|
|
+ border: #3e3a8e solid 2px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.navbar-color {
|
|
.navbar-color {
|
|
|
background-color: $colortheme;
|
|
background-color: $colortheme;
|
|
|
}
|
|
}
|