Changeset 3409:3cece07999a2 for admin/style/scss/partials
- Timestamp:
- 11/15/16 14:36:32 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_header.scss
r3365 r3409 105 105 106 106 #top-info-user { 107 padding-right: 18px;107 padding-right: .5em; 108 108 list-style-type: none; 109 109 text-align: right; … … 122 122 123 123 #top-info-user a.active { 124 border-bottom-color: $white; 124 border-width: 0; 125 border-radius: 4px; 125 126 margin: 0; 126 padding: 18px .5em;127 background-color: $ white;128 color: $ primary-color;127 padding: 2px 8px 3px; 128 background-color: $secondary-background; 129 color: $secondary-color; 129 130 font-weight: bold; 130 131 } … … 133 134 UN POIL DE MEDIA QUERIES 134 135 ------------------------------------------------------------------------------------ */ 135 136 @media screen and (max-width: $xl-screen) {137 #top-info-user {138 padding-right: .5em;139 }140 #top-info-user a.active {141 padding: 2px 8px;142 border-width: 0;143 border-radius: 6px;144 }145 }146 136 147 137 @media screen and (max-width: $xxs-screen) {
Note: See TracChangeset
for help on using the changeset viewer.