mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 14:31:52 +01:00
42 lines
556 B
CSS
Vendored
42 lines
556 B
CSS
Vendored
.fullscreen {
|
|
height: 100vh !important;
|
|
}
|
|
|
|
.alert {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0 5em 1rem;
|
|
}
|
|
|
|
#duDaysInput,
|
|
#pingDaysInput {
|
|
width: 75px;
|
|
}
|
|
|
|
.widget-card span.icon {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.widget-card .text-success {
|
|
color: #07db71 !important;
|
|
}
|
|
|
|
.widget-card .text-warning {
|
|
color: #fca503 !important;
|
|
}
|
|
|
|
.widget-card .text-primary {
|
|
color: #3e95cd !important;
|
|
}
|
|
|
|
.form-control {
|
|
background-color: #303030 !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.form-control:focus {
|
|
color: #fff;
|
|
}
|