mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 12:58:54 +00:00
58 lines
No EOL
636 B
CSS
58 lines
No EOL
636 B
CSS
.bg-grey {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.navbar {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.hidden {
|
|
height: 1px;
|
|
width: 1px;
|
|
position: absolute;
|
|
top: -10px;
|
|
left: -1px;
|
|
}
|
|
|
|
.avatar {
|
|
height: 30px;
|
|
}
|
|
|
|
.container {
|
|
position: relative;
|
|
}
|
|
|
|
.customNavbar {
|
|
margin-right: auto;
|
|
}
|
|
|
|
.no-content {
|
|
margin-left: 3%;
|
|
}
|
|
|
|
.deleteToggle:after {
|
|
display: none;
|
|
}
|
|
|
|
.deleteConfirm {
|
|
text-align: center;
|
|
padding: 1vw;
|
|
font-size: 1vw;
|
|
min-width: 14vw;
|
|
}
|
|
|
|
.deleteButton {
|
|
color: red;
|
|
}
|
|
|
|
.no-wrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.deleteToggle {
|
|
color: red;
|
|
}
|
|
|
|
.deleteToggle:disabled {
|
|
color: dimgrey;
|
|
} |