This commit is contained in:
Max Hunt 2020-04-21 19:18:04 +01:00
parent 45998b57a8
commit 4071ca0749

View File

@ -37,7 +37,7 @@ body {
.logon-crumbs { .logon-crumbs {
padding-top: 10px; padding-top: 10px;
padding-bottom: : 10px; padding-bottom: 10px;
} }
.logon-crumbs input { .logon-crumbs input {
@ -79,4 +79,22 @@ body {
.img-g-login { .img-g-login {
height: 35px; height: 35px;
width: 35px; width: 35px;
}
.user-info {
float: right;
position: relative;
display: inline-flex;
bottom: 10%;
font-family: osl
}
.notifications {
padding-right: 15px;
color: #898989;
}
.cart {
color: #898989;
} }