Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
[*] CSS: Remove blockcurrencies styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gskema committed Jan 24, 2016
1 parent 43714b4 commit 71d0351
Showing 1 changed file with 0 additions and 79 deletions.
Original file line number Diff line number Diff line change
@@ -1,79 +0,0 @@
@import "compass";
@import "./../../theme_variables";
@import "./../../vendor_variables";

#currencies-block-top {
float: right;
border-left: 1px solid #515151;
position: relative;
// max 479px
@media (max-width: $screen-xs - 1) {
width: 25%;
}
span.firstWord {
display: none;
}
div.current {
font-weight: bold;
padding: 8px 10px 10px 10px;
color: #fff;
cursor: pointer;
line-height:18px;
@media (max-width: $screen-xs - 1) {
text-align: center;
padding: 9px 5px 10px;
font-size: 11px;
}
strong {
color: #777777;
}
&:hover, &.active {
background: #2b2b2b;
}
&:after {
content: "\f0d7";
font-family: $font-icon;
font-size: 18px;
line-height: 18px;
color: #686666;
vertical-align: -2px;
padding-left: 12px;
// max 479px
@media (max-width: $screen-xs - 1) {
padding-left: 2px;
font-size: 13px;
line-height: 13px;
vertical-align: 0;
}
}
.cur-label {
// max 479px
@media (max-width: $screen-xs - 1) {
display: none;
}
}
}
ul {
display: none;
position: absolute;
top: 37px;
left: 0;
width: 157px;
background: #333;
z-index: 2;
li {
color: #fff;
line-height: 35px;
font-size: 13px;
a,
> span {
padding: 0 10px 0 12px;
display: block;
color: #fff;
}
&.selected, &:hover a {
background: #484848;
}
}
}
}

0 comments on commit 71d0351

Please sign in to comment.