Commit 77b6bfce10c20102da6e8c550c9eba7a6039f8b8
1 parent
c28796e7
update css
Showing
2 changed files
with
7 additions
and
3 deletions
Show diff stats
frontend/web/css/_header-style.scss
@@ -170,8 +170,11 @@ | @@ -170,8 +170,11 @@ | ||
170 | color: #009799; | 170 | color: #009799; |
171 | text-decoration: underline; | 171 | text-decoration: underline; |
172 | position: absolute; | 172 | position: absolute; |
173 | - left: 23px; | 173 | + //left: 23px; |
174 | bottom: 5px; | 174 | bottom: 5px; |
175 | + right: 15px; | ||
176 | + white-space: nowrap; | ||
177 | + | ||
175 | &:hover { | 178 | &:hover { |
176 | text-decoration: none; | 179 | text-decoration: none; |
177 | } | 180 | } |
frontend/web/css/style.css
@@ -782,8 +782,9 @@ section, header, nav, article, aside, footer, address { | @@ -782,8 +782,9 @@ section, header, nav, article, aside, footer, address { | ||
782 | color: #009799; | 782 | color: #009799; |
783 | text-decoration: underline; | 783 | text-decoration: underline; |
784 | position: absolute; | 784 | position: absolute; |
785 | - left: 23px; | ||
786 | - bottom: 5px; } | 785 | + bottom: 5px; |
786 | + right: 15px; | ||
787 | + white-space: nowrap; } | ||
787 | .phone-header .modal-link:hover { | 788 | .phone-header .modal-link:hover { |
788 | text-decoration: none; } | 789 | text-decoration: none; } |
789 | 790 |