docfix/Override Log on/out button look and feel at css

This commit is contained in:
Marko Milić 2021-07-30 15:15:08 +02:00
parent 56dc2f3f2a
commit baeb95a5c2

View File

@ -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;
}
*/