2018-07-31 15:03:20 +02:00
|
|
|
#shapeshift {
|
2018-08-02 15:15:23 +02:00
|
|
|
.swap-image {
|
2018-08-02 16:05:12 +02:00
|
|
|
width: auto;
|
2018-08-02 15:15:23 +02:00
|
|
|
max-width: 400px;
|
2018-08-02 16:05:12 +02:00
|
|
|
max-height: 25vh;
|
2018-08-02 15:15:23 +02:00
|
|
|
}
|
2018-07-31 15:03:20 +02:00
|
|
|
.empty-case {
|
|
|
|
|
@include empty-case();
|
|
|
|
|
}
|
|
|
|
|
.button-shapeshift {
|
|
|
|
|
@extend %button-standard;
|
|
|
|
|
|
|
|
|
|
@include button-style(#243F5D, #FFF, #606060, #FFF, #FFF);
|
|
|
|
|
@include button-clear(#FFF);
|
|
|
|
|
@include button-outline(#C1C1C1);
|
|
|
|
|
border: 0px;
|
|
|
|
|
@include button-shadow();
|
|
|
|
|
}
|
2018-08-02 15:42:35 +02:00
|
|
|
}
|
|
|
|
|
.header.shapeshift {
|
2018-08-06 11:25:29 +02:00
|
|
|
background: url(../img/shapeshiftbg.jpg) center center repeat #28394d;
|
2018-08-02 16:05:12 +02:00
|
|
|
opacity: 0.99;
|
2018-07-31 15:03:20 +02:00
|
|
|
}
|