mirror of
https://github.com/SuperBFG7/ympd
synced 2025-05-03 07:54:07 +00:00
Fix: formatting
This commit is contained in:
parent
19cc6bd053
commit
15afb2a70e
@ -2,8 +2,16 @@ html {
|
|||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
background-color: #888;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
@ -11,12 +19,6 @@ footer {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
background-color:#888;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@ -120,21 +122,14 @@ button {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
.color-darkgrey, .color-darkgrey:hover {
|
||||||
padding-top:20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-darkgrey {
|
|
||||||
color:#6c757d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-darkgrey:hover {
|
|
||||||
color:#6c757d !important;
|
color:#6c757d !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-outputs-block > button {
|
#btn-outputs-block > button {
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-outputs-block > button:last-child {
|
#btn-outputs-block > button:last-child {
|
||||||
margin-bottom:0px;
|
margin-bottom:0px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user