QwikClock/static/css/app.css

67 lines
1.0 KiB
CSS
Raw Normal View History

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
body {
padding-top: 4rem;
}
2017-12-16 14:15:04 -07:00
.brand-img {
2017-06-06 22:51:45 -06:00
border: 1px solid grey;
border-radius: 12%;
margin-top: -2px;
margin-right: 5px;
margin-bottom: 3px;
height: 25px;
2017-06-06 22:51:45 -06:00
}
.navbar-toggler {
border: none;
padding-right: 1.5rem;
2017-06-06 22:51:45 -06:00
}
.navbar-toggler-icon {
padding: 0px;
margin: 0px;
}
.navbar-brand {
font-size: 120%;
padding-right: 1rem;
margin-top: 0.2rem;
}
#main-content {
padding-top: 1rem;
}
#msg-alert-box {
position: fixed;
left: 0;
right: 0;
top: 4rem;
z-index: 999999;
padding: 0px 5px;
2018-05-05 12:21:26 -06:00
pointer-events: none;
}
#msg-alert-box .alert {
pointer-events: auto;
}
.footer {
margin-top: 10em;
text-align: center;
}
#seconds_bar {
width: 100%;
height: 5px;
padding-bottom: 5px;
}
#seconds_bar_line {
background-color: #ffc107;
height: 5px;
}