MyTube/public/css/base.css
2021-01-08 13:37:45 +01:00

29 lines
No EOL
356 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;
}
.avatar-dropdown {
/*top: calc(100% + 0.40rem);
right: -0.75rem;*/
left: auto !important;
}
.container {
position: relative;
}