Page MenuHomePhorge

app.scss
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

app.scss

// Fonts
// Variables
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';
// Toastr
@import '~@deveodk/vue-toastr/dist/@deveodk/vue-toastr.css';
// Fixes Toastr incompatibility with Bootstrap
.toast-container > .toast {
opacity: 1;
}
@import 'menu';
nav + .container {
margin-top: 120px;
}
#app {
margin-bottom: 2rem;
}
#error-page {
align-items: center;
display: flex;
justify-content: center;
height: 100vh;
color: #636b6f;
.code {
border-right: 2px solid;
font-size: 26px;
padding: 0 15px;
}
.message {
font-size: 18px;
padding: 0 15px;
}
}
.app-loader {
background-color: $body-bg;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
.spinner-border {
width: 120px;
height: 120px;
border-width: 15px;
color: #b2aa99;
}
}
pre {
margin: 1rem 0;
padding: 1rem;
background-color: $menu-bg-color;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 3, 9:13 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
427198
Default Alt Text
app.scss (1 KB)

Event Timeline