gaf-mobile
Version:
GAF mobile Web site
86 lines (68 loc) • 1.41 kB
text/less
@import (reference) '../themes/variables';
/* Upgrade Project Views */
.upgrade-project {
background-color: @body-bg;
padding-bottom: 16px;
&-tags {
margin-bottom: 25px;
margin-top: 30px;
}
&-header {
padding-top: 16px;
}
&-btn-link {
text-align: center;
}
&-tag {
position: relative;
padding: 25px;
background-color: @body-bg-light;
border: 1px solid @septenary-color-xxlight;
&-price {
font-weight: bold;
margin-left: 30px;
}
}
&-promotion-tag {
min-width: 90px;
text-align:center;
}
&-info {
display: table;
}
.upgrade-label {
margin-top: 5px;
margin-bottom: 0;
font-weight: normal;
}
.upgrade-checkbox {
margin-left: 15px;
}
.upgrade-label,
.upgrade-checkbox {
display: table-cell;
vertical-align: middle;
}
&-total {
font-weight: bold;
text-transform: uppercase;
font-size: @type-size-lge;
text-align: right;
margin-bottom: 40px;
}
&-button {
margin-bottom: 20px;
}
&-confirm {
padding-top: 16px;
}
&-confirm-btn {
margin-top: 20px;
}
&-cancel-btn {
margin-top: 20px;
}
&-list {
list-style: none;
}
}