Skip to content

Instantly share code, notes, and snippets.

@gaassa
Created January 19, 2016 23:12
Show Gist options
  • Save gaassa/6fffbff3bd9c77cd6047 to your computer and use it in GitHub Desktop.
Save gaassa/6fffbff3bd9c77cd6047 to your computer and use it in GitHub Desktop.
.m-wallet-wrapper {
box-sizing: border-box;
line-height: 2.2rem;
max-height: 2rem;
position: relative;
width: 100%;
.m-detail-container {
max-width: 200px;
min-width: 700px;
right: 0;
top: $wallet-summary-detail-container-top;
width: 400px;
}
}
.m-wallet-summary {
margin: 0;
position: relative;
z-index: 5;
li:first-child {
display: inline-block;
list-style-type: none;
}
}
.m-currencies {
display: inline-block;
list-style: none;
margin: $layout-small 0;
padding: 0 1rem;
position: relative;
}
.m-currency {
font-size: 1.3rem;
margin-left: .5rem;
margin: $layout-small $layout-xsmall $layout-small $layout-small;
max-height: $layout-large;
vertical-align: top;
&:hover {
cursor: pointer;
}
& > span {
display: inline-block;
vertical-align:middle;
}
}
.m-currency__icon {
vertical-align: top;
max-height: $layout-large;
max-width: $layout-large + 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment