Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
feat: remove uppercase from user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
GusBaamonde committed May 6, 2019
1 parent 9fabd94 commit 92abc73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions assets/scss/templates/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@
}
}



.user-menu {
background: $dp-color-white;
border-bottom: 3px solid $dp-border-grey;
Expand All @@ -227,13 +225,14 @@ h5 {
margin: $dp-spaces--lv0;
font-weight: bold;
}

p {
margin: $dp-spaces--lv1 $dp-spaces--lv0 $dp-spaces--lv2;
font-size: $dp-sizing--lvl2;
}

a {
font-size: $dp-sizing--lvl2;
text-transform: uppercase;
color: $dp-color-green;

&:hover {
Expand Down Expand Up @@ -287,6 +286,7 @@ a {
}

.options-user {

li {
border-top: 1px solid $dp-border-grey;
padding: 12px 0;
Expand Down
4 changes: 0 additions & 4 deletions assets/scss/templates/_reportes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
align-items: flex-end;
justify-content: flex-end;
}



}

.report-filters {
Expand Down Expand Up @@ -250,7 +247,6 @@
background: $dp-color-ghostwhite;
margin-bottom: $dp-spaces--lv1;


.text-ranking {
margin:$dp-spaces--lv0;
font-size: $dp-sizing--lvl2;
Expand Down

0 comments on commit 92abc73

Please sign in to comment.