2018-10-30 14:28:52 +01:00
|
|
|
/* Generated by less 2.5.1 */
|
2018-11-21 14:42:59 +01:00
|
|
|
.om-header-container {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
z-index: 1;
|
|
|
|
width: 100%;
|
2018-11-22 11:48:01 +01:00
|
|
|
display: block;
|
2018-11-21 14:42:59 +01:00
|
|
|
}
|
|
|
|
.om-header {
|
|
|
|
justify-content: space-between;
|
|
|
|
display: flex;
|
|
|
|
padding-left: 2%;
|
|
|
|
padding-right: 2%;
|
|
|
|
height: 8%;
|
|
|
|
background-color: #0046a0;
|
|
|
|
}
|
|
|
|
.om-searchbar {
|
|
|
|
display: inline-block;
|
|
|
|
padding-bottom: 0%;
|
|
|
|
margin: 3%;
|
|
|
|
}
|
|
|
|
.om-content {
|
|
|
|
margin: 10px;
|
|
|
|
margin-top: 75px;
|
|
|
|
margin-bottom: 70px;
|
|
|
|
}
|
|
|
|
.om-content a {
|
|
|
|
color: #0046a0;
|
|
|
|
}
|
|
|
|
.om-content a:hover {
|
|
|
|
color: #0046a0;
|
|
|
|
}
|
|
|
|
.om-card {
|
|
|
|
margin: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
.om-btn {
|
|
|
|
background-color: #0046a0;
|
2018-11-22 11:48:01 +01:00
|
|
|
color: white;
|
|
|
|
}
|
2018-11-28 14:33:31 +01:00
|
|
|
.msg-head {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2018-11-22 11:48:01 +01:00
|
|
|
.msg-head img {
|
|
|
|
float: right;
|
2018-11-21 14:42:59 +01:00
|
|
|
}
|
2018-11-22 11:48:01 +01:00
|
|
|
.om-user-line {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.om-user-line i {
|
|
|
|
margin-right: 2%;
|
|
|
|
}
|
2018-11-21 14:42:59 +01:00
|
|
|
.om-nav {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
height: 8%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #0046a0;
|
|
|
|
}
|
|
|
|
.om-nav i {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.form-group.is-focused .form-control {
|
|
|
|
background-image: linear-gradient(0deg, #0046a0 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
|
|
|
|
}
|
2018-11-22 11:48:01 +01:00
|
|
|
.form-group .bmd-form-group .is-focused .bmd-label-floating {
|
|
|
|
color: #0046a0;
|
|
|
|
}
|