Commit 044a8f411fff24c7e750f6d46713550475bae858

Authored by Виталий
1 parent 66d4dd0e

git

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -146,12 +146,13 @@ ul.header-contacts-menu li span {
146 146 }
147 147 ul.header-contacts-menu li a {
148 148 color: #0072bc;
149   - text-decoration: underline;
  149 + text-decoration: none;
150 150 font-size: 13px;
151 151 height: 20px;
152 152 display: block;
153 153 line-height: 20px;
154 154 }
  155 +ul.header-contacts-menu li a:hover {text-decoration: underline}
155 156 ul.header-contacts-menu li:last-child a {
156 157 text-decoration: dashed;
157 158 }
... ... @@ -185,7 +186,7 @@ ul.header-contacts-menu li:last-child a {
185 186 }
186 187 .header-cabinet-wr a {
187 188 float: left;
188   - text-decoration: underline;
  189 + text-decoration: none;
189 190 color: #0072bc;
190 191 font-size: 13px;
191 192 transition: 0.3s;
... ... @@ -196,7 +197,7 @@ ul.header-contacts-menu li:last-child a {
196 197 height: 15px;
197 198 white-space: nowrap;
198 199 }
199   -.header-cabinet-wr a:hover{opacity: 0.9}
  200 +.header-cabinet-wr a:hover{opacity: 0.9; text-decoration: underline}
200 201 .header-cabinet-wr a:before{
201 202 content: '';
202 203 height: 15px;
... ...