border-radii moved to variables, made rgbo colors use theme data, customizable

from settings screen.
This commit is contained in:
Henry Jameson 2018-04-01 22:07:25 +03:00
parent acdb5e5c7a
commit 33b1d85921
21 changed files with 309 additions and 188 deletions

View file

@ -75,31 +75,21 @@
<style lang="scss">
.profile-edit {
.name-changer {
border-radius: 5px;
padding: 0.2em 0.2em 0.2em 0.2em;
}
.name-submit {
padding: 0.2em 0.5em 0.2em 0.5em;
}
.bio {
border-radius: 5px;
margin: 0;
}
.bio {
margin: 0;
}
input[type=file] {
padding: 5px;
border-radius: 5px;
}
input[type=file] {
padding: 5px;
}
.banner {
max-width: 400px;
border-radius: 5px;
}
.banner {
max-width: 400px;
}
.uploading {
font-size: 1.5em;
margin: 0.25em;
}
.uploading {
font-size: 1.5em;
margin: 0.25em;
}
}
</style>