54 lines
1.1 KiB
CSS
54 lines
1.1 KiB
CSS
|
@import url("../node_modules/bootstrap/dist/css/bootstrap.css");
|
||
|
@import url("../node_modules/bootstrap-vue/dist/bootstrap-vue.css");
|
||
|
@import url("../node_modules/font-awesome/css/font-awesome.min.css");
|
||
|
@import url("alerts.css");
|
||
|
|
||
|
#app div.loading {
|
||
|
text-align: center;
|
||
|
margin: 50px 20px;
|
||
|
}
|
||
|
|
||
|
#busy-overlay {
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: 100;
|
||
|
background-color: rgba(0,0,0,0.2);
|
||
|
}
|
||
|
|
||
|
|
||
|
main {
|
||
|
margin: 10px 20px;
|
||
|
}
|
||
|
/*
|
||
|
nav {
|
||
|
background-color: #616161;
|
||
|
}
|
||
|
|
||
|
nav a:hover {
|
||
|
text-decoration: none !important;
|
||
|
color: rgba(255, 255, 255, .87) !important;
|
||
|
}
|
||
|
|
||
|
nav a {
|
||
|
font-size: 14px;
|
||
|
font-weight: bold !important;
|
||
|
text-transform: uppercase;
|
||
|
display: inline-block;
|
||
|
text-align: center;
|
||
|
width: 120px;
|
||
|
background: #616161;
|
||
|
padding: 10px;
|
||
|
text-decoration: none;
|
||
|
border-bottom: 3px solid #616161;
|
||
|
color: rgba(255, 255, 255, .54) !important;
|
||
|
}
|
||
|
|
||
|
nav a.router-link-active {
|
||
|
font-weight: bold !important;
|
||
|
border-bottom: 3px solid #E64A19;
|
||
|
color: rgba(255, 255, 255, .87) !important;
|
||
|
}*/
|