2013-08-27 01:31:32 +00:00
|
|
|
// $customizations-modal layout
|
|
|
|
|
|
|
|
|
|
.avatar-window
|
|
|
|
|
float: right;
|
2016-09-07 17:58:26 +00:00
|
|
|
margin: 0 1em 0 0
|
2013-08-27 01:31:32 +00:00
|
|
|
|
|
|
|
|
menu
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
|
|
.customize-menu
|
|
|
|
|
padding: 0;
|
2013-12-26 13:53:20 +00:00
|
|
|
width: 100%;
|
2013-08-27 01:31:32 +00:00
|
|
|
list-style: none;
|
|
|
|
|
padding-bottom: 10px
|
2016-09-07 17:58:26 +00:00
|
|
|
|
2013-08-27 01:31:32 +00:00
|
|
|
menu:before
|
|
|
|
|
content: attr(label);
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 2
|
|
|
|
|
|
2014-03-31 08:59:45 +00:00
|
|
|
.cost
|
|
|
|
|
display: block
|
2014-04-13 11:07:11 +00:00
|
|
|
margin-bottom: 5px
|
|
|
|
|
|
|
|
|
|
.btn
|
|
|
|
|
margin-left: 5px
|
|
|
|
|
vertical-align: baseline
|
2014-03-31 08:59:45 +00:00
|
|
|
|
2013-08-27 01:31:32 +00:00
|
|
|
.customize-option
|
2014-02-09 15:16:43 +00:00
|
|
|
border: 0px solid grey
|
|
|
|
|
background-color: hsl(0, 0%, 93%)
|
2013-08-27 01:31:32 +00:00
|
|
|
margin-bottom: 10px
|
2016-09-07 17:58:26 +00:00
|
|
|
|
2013-08-27 01:31:32 +00:00
|
|
|
-webkit-transition: background-color 0.5s ease-out
|
|
|
|
|
-moz-transition: background-color 0.5s ease-out
|
|
|
|
|
transition: background-color 0.5s ease-out
|
|
|
|
|
|
|
|
|
|
.customize-option:active
|
|
|
|
|
background-color: rgb(255, 242, 204);
|
|
|
|
|
-webkit-transition: none
|
|
|
|
|
-moz-transition: none
|
|
|
|
|
transition: none
|
2016-09-07 17:58:26 +00:00
|
|
|
|
2013-08-27 01:31:32 +00:00
|
|
|
.customize-option:not(:last-of-type)
|
|
|
|
|
margin-right: 10px
|
2016-09-07 17:58:26 +00:00
|
|
|
|
2013-08-27 01:31:32 +00:00
|
|
|
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
|
.avatar-window {
|
|
|
|
|
float: none;
|
|
|
|
|
margin-bottom: 1em
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.customize-menu {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2013-10-23 00:54:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.well.limited-edition
|
|
|
|
|
padding: 5px
|
2014-11-29 18:25:21 +00:00
|
|
|
margin: 25px 0 0
|
|
|
|
|
|
|
|
|
|
.background-unlocked
|
2014-12-01 00:57:01 +00:00
|
|
|
border: 15px solid white
|
2014-11-30 03:56:10 +00:00
|
|
|
width: 170px !important
|
|
|
|
|
height: 177px !important
|
2014-11-29 18:25:21 +00:00
|
|
|
|
|
|
|
|
.background-locked
|
2014-12-01 00:57:01 +00:00
|
|
|
border: 15px solid gray
|
2014-11-30 03:56:10 +00:00
|
|
|
width: 170px !important
|
|
|
|
|
height: 177px !important
|
2014-12-01 00:57:01 +00:00
|
|
|
position: relative
|
|
|
|
|
i
|
2014-11-30 03:56:10 +00:00
|
|
|
position: absolute;
|
|
|
|
|
right: -13px;
|
|
|
|
|
bottom: -13px;
|
|
|
|
|
color: white;
|
2014-12-01 00:57:01 +00:00
|
|
|
top: auto;
|