58 lines
684 B
CSS
58 lines
684 B
CSS
.body-content{
|
|
min-height: 75vh;
|
|
}
|
|
|
|
.note{
|
|
font-size: 0.75rem;
|
|
color: lightgray;
|
|
}
|
|
|
|
.label-required{
|
|
color: red;
|
|
}
|
|
|
|
table{
|
|
width: 100%;
|
|
}
|
|
|
|
.footer{
|
|
width: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
.error{
|
|
color: #D8000C !important;
|
|
background-color: #FFBABA !important;
|
|
}
|
|
|
|
i.true{
|
|
color: green;
|
|
}
|
|
i.false{
|
|
color: red;
|
|
}
|
|
|
|
.button{
|
|
margin: 0.5625rem;
|
|
}
|
|
|
|
.action-col{
|
|
max-width: 8rem;
|
|
}
|
|
|
|
.action-col .button{
|
|
margin: 0.1rem;
|
|
}
|
|
|
|
.user-role{
|
|
background: url('../images/menu-bg.png') repeat #871d33;
|
|
color: white;
|
|
padding: 0.5rem 0;
|
|
border-bottom: 4px solid #8e8e8e;
|
|
text-align: center;
|
|
}
|
|
|
|
.user-role > a {
|
|
color: white;
|
|
}
|