MyTube/public/css/base.css

50 lines
553 B
CSS
Raw Normal View History

2021-01-06 17:15:05 +00:00
.bg-grey {
background-color: #ccc;
}
.navbar {
margin-bottom: 50px;
2021-01-06 23:43:51 +00:00
}
.hidden {
height: 1px;
width: 1px;
position: absolute;
top: -10px;
left: -1px;
2021-01-07 23:12:05 +00:00
}
.avatar {
height: 30px;
}
2021-01-08 12:37:45 +00:00
.container {
position: relative;
}
.customNavbar {
margin-right: auto;
2021-01-08 17:17:16 +00:00
}
.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;
2021-01-06 17:15:05 +00:00
}