MyTube/public/css/admin.css

24 lines
405 B
CSS
Raw Permalink Normal View History

2021-01-07 22:46:32 +00:00
.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;
2021-01-08 12:37:45 +00:00
}
.addButton {
position: absolute;
right: 2%;
top: calc(90vh - 3vw);
width: 3vw;
}
.addButton button {
position: fixed;
height: 3vw;
width: 3vw;
font-size: 1.4vw;
2021-01-07 22:46:32 +00:00
}