mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-20 08:47:43 +02:00
24 lines
375 B
CSS
24 lines
375 B
CSS
|
|
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
|
|
color: #3283f6;
|
|
}
|
|
|
|
.text-sm-logo{
|
|
color:#fff;
|
|
font-size: 21px;
|
|
margin-left: 5px !important;
|
|
}
|
|
|
|
.text-lg-logo{
|
|
color:#fff;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.vertical-center{
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|