gnousdoteu-v3/apps/gnous_eu/static/stylesheets/css/uikit_fix.css

47 lines
1.1 KiB
CSS

.uk-offcanvas .uk-nav > li > a.active {
color: #E0E5EC; }
.uk-logo img {
height: 38px;
border-radius: 50%; }
.uk-button, .uk-input {
border: none;
color: #2c2c2e;
text-transform: none;
border-radius: 5px;
text-decoration: none;
background-color: #E0E5EC;
box-shadow: -5px -5px 12px 0 rgba(255, 255, 255, 0.5), 5px 5px 12px 0 rgba(0, 0, 0, 0.1);
font-weight: bolder; }
.uk-button-link {
color: #c0cad9;
font-weight: bolder;
text-decoration: underline; }
.uk-card {
border-radius: 5px;
box-shadow: -5px -5px 12px 0 rgba(255, 255, 255, 0.5), 5px 5px 12px 0 rgba(0, 0, 0, 0.1); }
.uk-card .uk-card-header {
border-bottom: 1px solid #c0cad9; }
.uk-card .uk-card-footer {
border-top: 1px solid #c0cad9; }
.uk-card .uk-card-title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap; }
.uk-border-circle {
box-shadow: -5px -5px 12px 0 rgba(255, 255, 255, 0.5), 5px 5px 12px 0 rgba(0, 0, 0, 0.1); }
.uk-label-success {
background-color: rgb(22, 101, 72);
}
.uk-label-warning {
background-color: rgb(145, 66, 4);
}
/*# sourceMappingURL=uikit_fix.css.map */