Files
unity/resources/sass/admin/components/wizard/form-wizard/_buttons.scss
T
glovetleong 8fa80e4a1a setup
2021-06-17 09:53:04 +08:00

14 lines
323 B
SCSS
Vendored

.vue-form-wizard .wizard-btn,
.vue-form-wizard .navbar .navbar-nav > li > a.wizard-btn {
box-sizing: border-box;
border-width: $border-thick;
background-color: $transparent-bg;
font-size: $font-size-base;
font-weight: $font-weight-bold;
min-width: 140px;
&:hover,
&:focus {
outline: 0 !important;
}
}