Style fixes and admin submenu title texts

stable
Xavier Julián 2014-07-29 19:45:00 +02:00
parent d5f9fe4cc8
commit 2f3278652b
5 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
section.admin-submenu section.admin-submenu
header header
h1 P... Profile h1 Project Profile
nav nav
ul ul

View File

@ -1,6 +1,6 @@
section.admin-submenu section.admin-submenu
header header
h1 P... Values h1 Project Values
nav nav
ul ul

View File

@ -1,5 +1,6 @@
.avatar { .avatar {
img { img {
border: 2px solid $white;
border-radius: 8%; border-radius: 8%;
width: 100%; width: 100%;
} }

View File

@ -1,5 +1,6 @@
.admin-submenu { .admin-submenu {
h1 { h1 {
@extend %xlarge;
color: $white; color: $white;
} }
li { li {

View File

@ -135,7 +135,9 @@
display: none; display: none;
margin-top: .3rem; margin-top: .3rem;
.tag { .tag {
@extend %small;
margin-right: .1rem; margin-right: .1rem;
padding: .2rem .5rem;
} }
} }
.blocked { .blocked {