Files
habitica/website/client/assets/scss/banner.scss
T
negue 2624b06729 [WIP] shops + market gear api (#8980)
* lock other classes gear

* fix avatar in equip-gear-modal

* fix seasonal shop

* seasonal : new gear type order

* fix pin gear (and get new gear on buying)

* API: /shops/market-gear  - refactoring pinnedGearUtils - move _isPinned to common/libs

* use shops.getMarketGearCategories to list the marketGear

* use shops.getMarketCategories instead of API-call

* mark gear reward items as locked

* purchase time-travelers stuff + update view + use method instead of http-api + add missing mammoth shop image

* Time Travelers Shop: open/closed state

* time travelers: show gear preview + hide sidebar if closed

* update resized images

* fix lint
2017-08-24 07:16:18 +02:00

44 lines
742 B
SCSS

@import '~client/assets/scss/colors.scss';
.featured-label {
width: auto;
height: 28px;
border-radius: 2px;
background-color: #b36213;
display: inline-flex;
align-items: center;
justify-content: center;
&.with-border {
border: solid 2px $yellow-10;
height: 32px;
}
&.closed {
max-width: 50%;
min-height: 32px;
height: auto;
padding: 3px;
}
.rectangle {
margin: 9px;
display: inline-block;
width: 6px;
height: 6px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
background-color: $yellow-100;
border: solid 2px $yellow-10;
}
.text {
font-size: 12px;
font-weight: bold;
line-height: 1.33;
color: $white;
flex: 1;
}
}