added messages list, new client form, logic for client Apps plus others
This commit is contained in:
20
public/libs/select2/docs/_sass/_buttons.scss
vendored
Executable file
20
public/libs/select2/docs/_sass/_buttons.scss
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user