mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 07:47:42 +02:00
67 lines
1.2 KiB
CSS
67 lines
1.2 KiB
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%);
|
|
}
|
|
|
|
.text-low {
|
|
color: #FDD835;
|
|
}
|
|
|
|
.text-critical {
|
|
color: #E53935;
|
|
}
|
|
|
|
.badge-critical {
|
|
color: #fff;
|
|
background-color: #E53935;
|
|
}
|
|
|
|
.badge-low {
|
|
color: #fff;
|
|
background-color: #FFD600;
|
|
}
|
|
|
|
.form-control:focus,
|
|
input[type="text"]:focus,
|
|
input[type="password"]:focus,
|
|
input[type="datetime"]:focus,
|
|
input[type="datetime-local"]:focus,
|
|
input[type="date"]:focus,
|
|
input[type="month"]:focus,
|
|
input[type="time"]:focus,
|
|
input[type="week"]:focus,
|
|
input[type="number"]:focus,
|
|
input[type="email"]:focus,
|
|
input[type="url"]:focus,
|
|
input[type="search"]:focus,
|
|
input[type="tel"]:focus,
|
|
input[type="color"]:focus,
|
|
.uneditable-input:focus {
|
|
border-color: rgba(33, 150, 243, 0.8);
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
|
|
outline: 0 none;
|
|
}
|
|
|
|
input[type="text"][disabled] {
|
|
background-color: #dddddd;
|
|
}
|