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

24 lines
No EOL
405 B
CSS

.customChip {
display: inline-block;
background-color: darkred;
font-size: 1vw;
padding: 0 5% 0 5%;
height: 1.5vw;
border-radius: 0.75vw;
font-weight: bold;
color: lightgrey;
}
.addButton {
position: absolute;
right: 2%;
top: calc(90vh - 3vw);
width: 3vw;
}
.addButton button {
position: fixed;
height: 3vw;
width: 3vw;
font-size: 1.4vw;
}