mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:46:45 +00:00
docfix/Override Log on/out button look and feel at css
This commit is contained in:
parent
56dc2f3f2a
commit
baeb95a5c2
@ -0,0 +1,19 @@
|
||||
/* Override Log on/out button */
|
||||
/*
|
||||
.navbar-btn .btn-default {
|
||||
font-family: UniversNextforDolphin-Regular;
|
||||
font-size: 16px;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
background: #DB0011;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
}
|
||||
.navbar-btn .btn-default:hover {
|
||||
background: #AF000D;
|
||||
}
|
||||
.navbar-btn .btn-default:active {
|
||||
background: #83000A;
|
||||
}
|
||||
*/
|
||||
Loading…
Reference in New Issue
Block a user