MyTube/public/css/base.css
overflowerror 5607fed149 creating sets works now
added videos to sets is missing
migration is missing
2021-02-21 19:52:37 +01:00

86 lines
No EOL
1 KiB
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;
}
@media only screen and (max-width: 990px) {
.avatar-dropdown {
left: 0;
right: auto;
text-align: left;
}
}
.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;
}
.btn-link.deleteToggle {
color: red;
}
.btn:disabled {
color: dimgrey;
}
a.btn.disabled {
color: dimgrey;
pointer-events: none;
cursor: pointer;
}
.addButton {
position: absolute;
right: 2%;
top: calc(90vh - 3vw);
width: 3vw;
}
.addButton button {
position: fixed;
height: 3vw;
width: 3vw;
font-size: 1.4vw;
}