freetube/src/renderer/views/ProfileEdit/ProfileEdit.css

40 lines
540 B
CSS
Raw Normal View History

2020-08-21 12:51:20 +00:00
.card {
width: 85%;
margin: 0 auto;
margin-bottom: 60px;
}
.message {
color: var(--tertiary-text-color);
}
2020-08-24 02:56:33 +00:00
.profileName {
width: 400px;
}
.bottomMargin {
margin-bottom: 30px;
}
.colorOption {
width: 100px;
height: 100px;
margin: 10px;
cursor: pointer;
border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
}
.initial {
font-size: 50px;
text-align: center;
position: relative;
bottom: 27px;
}
2020-08-21 12:51:20 +00:00
@media only screen and (max-width: 680px) {
.card {
width: 90%;
}
}