MyTube/public/css/base.css

25 lines
316 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;
}
.avatar-dropdown {
/*top: calc(100% + 0.40rem);
right: -0.75rem;*/
left: auto !important;
2021-01-06 17:15:05 +00:00
}