MyTube/public/css/base.css
2021-01-08 18:17:16 +01:00

50 lines
No EOL
553 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;
}