Files

73 lines
1.3 KiB
SCSS
Raw Permalink Normal View History

@import 'common/sass/variables';
@import 'common/sass/mixins';
2017-09-08 15:26:51 -04:00
.EquivalentValues {
2018-01-21 23:21:48 -05:00
&-header {
display: flex;
align-items: center;
2017-09-08 15:26:51 -04:00
margin-bottom: $space;
2018-01-21 23:21:48 -05:00
.Select {
flex-grow: 1;
}
}
2018-02-08 18:44:30 -05:00
&-spinner {
text-align: center;
padding: 1.6rem;
2018-01-21 23:21:48 -05:00
}
&-title {
margin: 0;
margin-right: 16px;
2017-09-08 15:26:51 -04:00
}
&-values {
2018-01-21 23:21:48 -05:00
display: flex;
flex-wrap: wrap;
2018-02-12 19:15:27 -05:00
&-spacer {
height: 1px;
width: 100%;
margin: 0.5rem 0rem;
margin-bottom: 0.75rem;
2018-06-27 00:51:42 -04:00
background-color: color(control-border);
2018-02-12 19:15:27 -05:00
background-position: center;
background-size: 1px 1px;
}
2017-09-08 15:26:51 -04:00
&-currency {
2018-02-12 19:15:27 -05:00
min-width: 50%;
2017-09-08 15:26:51 -04:00
margin-bottom: $space-xs;
2018-02-12 19:15:27 -05:00
display: flex;
flex-wrap: nowrap;
align-items: center;
&-fiat-symbol {
width: 18px;
margin-right: 0.5rem;
text-align: center;
}
&-coin-and-token {
img {
height: 18px;
width: 18px;
margin-right: 0.5rem;
}
}
2017-09-08 15:26:51 -04:00
&-label {
white-space: pre-wrap;
2017-09-08 15:26:51 -04:00
display: inline-block;
min-width: 36px;
2018-06-27 00:51:42 -04:00
color: shade-dark(0.5);
2017-09-08 15:26:51 -04:00
}
&-value {
font-weight: 600;
@include mono;
}
}
}
2018-01-11 13:04:11 -05:00
&-offline {
margin-bottom: 0;
text-align: center;
}
2017-09-08 15:26:51 -04:00
}