mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
17 lines
248 B
CSS
17 lines
248 B
CSS
|
|
/**
|
||
|
|
* Kleeja team
|
||
|
|
* 2017
|
||
|
|
*/
|
||
|
|
|
||
|
|
.btn-primary{
|
||
|
|
background-color: #1b1e21;
|
||
|
|
border-color: #1b1e21;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-outline-primary{
|
||
|
|
border-color: #1b1e21;
|
||
|
|
color: #1b1e21 !important;
|
||
|
|
}
|
||
|
|
.btn-outline-primary span{
|
||
|
|
color: #1b1e21 !important;
|
||
|
|
}
|