BackEnd/YTManager/wwwroot/index.css

40 lines
638 B
CSS

body {
max-width: 1280px;
margin: auto;
line-height: 1.6;
font-size: 18px;
color: #444;
background-color: #F8F8F8;
}
.error {
background-color: red;
}
#addnewchannelform {
width: inherit;
margin: auto;
}
#vidholder-0 {
}
.tinytext10px{ font-size: 10px; }
.tinytext12px{ font-size: 12px; }
.tinytext14px{ font-size: 14px; }
.tinytext16px{ font-size: 16px; }
.tinytext18px{ font-size: 18px; }
[v-cloak] {
display: none;
}
.fade-enter-active, .fade-leave-active {
transition: opacity 0.75s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}