1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-26 15:03:50 +01:00
Files
CheckServer/vendors/select2/docs/_sass/_buttons.scss
2020-10-04 17:14:00 +02:00

21 lines
322 B
SCSS

// Buttons
.btn-outline-inverse {
color: #428BCA;
background-color: transparent;
border-color: #428BCA;
padding: 15px 30px;
font-size: 20px;
transition: all .1s ease-in-out;
&:hover {
color: #fff;
border-color: #428BCA;
background-color: #428BCA;
}
}
.btn-toolbar {
margin-bottom: 20px;
}