2018-09-06 23:58:16 +02:00
|
|
|
@import url("../node_modules/material-design-icons-iconfont/dist/material-design-icons.css");
|
2018-11-28 00:49:48 +01:00
|
|
|
@import url("../node_modules/vuetify/dist/vuetify.min.css");
|
2018-09-12 16:37:30 +02:00
|
|
|
|
2018-09-24 21:13:39 +02:00
|
|
|
@import url("photo.css");
|
2018-07-27 17:31:39 +02:00
|
|
|
|
|
|
|
#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);
|
|
|
|
}
|
|
|
|
|
2018-08-03 15:17:13 +02:00
|
|
|
body {
|
2018-09-25 10:59:49 +02:00
|
|
|
background: rgb(250, 250, 250);
|
2018-08-07 20:17:14 +02:00
|
|
|
color: #333333;
|
2018-08-09 23:10:05 +02:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2018-08-07 20:17:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
clear: both;
|
|
|
|
padding: 1rem 2rem;
|
2018-08-03 15:17:13 +02:00
|
|
|
}
|
2018-07-27 17:31:39 +02:00
|
|
|
|
|
|
|
main {
|
2018-08-03 15:17:13 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2018-07-27 17:31:39 +02:00
|
|
|
}
|
2018-08-03 15:17:13 +02:00
|
|
|
|
2018-09-07 10:57:23 +02:00
|
|
|
.v-badge__badge {
|
|
|
|
font-size: 12px;
|
|
|
|
height: 19px;
|
|
|
|
width: 19px;
|
|
|
|
right: -20px;
|
|
|
|
top: -8px;
|
2018-08-03 15:17:13 +02:00
|
|
|
}
|