You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.3 KiB
70 lines
1.3 KiB
@brand-roballen: #027BC1;
|
|
@brand-roballen-second: #A4A5A9;
|
|
|
|
.navbar-item__roballen {
|
|
background: @brand-roballen;
|
|
}
|
|
|
|
.navbar-item__currency {
|
|
float: left;
|
|
height: 50px;
|
|
font-size: 14px!important;
|
|
width: 34px;
|
|
|
|
&:after {
|
|
clear: both;
|
|
display: table;
|
|
content: " ";
|
|
}
|
|
}
|
|
|
|
.open .currency-icon {
|
|
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
|
|
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.currency-icon {
|
|
font-family: 'PT Sans', serif;
|
|
display: block;
|
|
margin-left: 0;
|
|
width: 49px;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
background: #E9573F;
|
|
}
|
|
|
|
.currency-menu {
|
|
width: 50px;
|
|
left: inherit!important;
|
|
margin: 0;
|
|
position: absolute;
|
|
float: left;
|
|
background-color: #434a54;
|
|
color: #fff;
|
|
border-width: 0 1px 1px;
|
|
border-radius: 0 0 2px 2px;
|
|
box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
|
|
|
& .yamm-content {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.currency-item {
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
margin-bottom:15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.currency-item__link {
|
|
font-family: 'PT Sans', serif;
|
|
display: block;
|
|
padding: 0!important;
|
|
border: 0!important;
|
|
font-size: 14px!important;
|
|
}
|
|
|