mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-23 00:13:57 +00:00
39 lines
532 B
Plaintext
39 lines
532 B
Plaintext
|
|
.app-footer {
|
|
background-color: #3C3C3C !important;
|
|
background: rgba(255, 255, 255, 0.05) !important;;
|
|
}
|
|
|
|
.footer-player {
|
|
min-width: 520px;
|
|
}
|
|
|
|
.footer-controls {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
footer {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.footer-progress {
|
|
display: table-cell;
|
|
}
|
|
|
|
.slider-horizontal {
|
|
display: inline-block !important;
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.footer-progress {
|
|
padding-top: 16px;
|
|
}
|
|
|
|
footer .widget {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
footer .widget-simple {
|
|
padding: 0 !important;
|
|
}
|