Implement renting option frontend #65

Merged
bilal.catic merged 8 commits from implement-renting-option-frontend into master 2019-10-31 19:12:43 +01:00
Showing only changes of commit 5817964b50 - Show all commits

View File

@@ -1,32 +1,29 @@
.ui-segment{ .ui-segment {
color: #02adba; color: #02adba;
border: 1px solid #02adba; border: 1px solid #02adba;
border-radius: 4px; border-radius: 4px;
display:inline-block; display: inline-block;
} }
.ui-segment span.option.active{ .ui-segment span.option.active {
background-color: #02adba; background-color: #02adba;
color: white; color: white;
} }
.ui-segment span.option{ .ui-segment span.option {
padding-left: 30px; padding-left: 30px;
padding-right: 30px; padding-right: 30px;
height: 35px; height: 35px;
text-align:center; text-align: center;
display:inline-block; display: inline-block;
line-height: 35px; line-height: 35px;
margin: 0px; margin: 0px;
float:left; float: left;
cursor:pointer; cursor: pointer;
border-right:1px solid #02adba; border-right: 1px solid #02adba;
}
.ui-segment span.option[disabled]{
color: gray;
} }
.ui-segment span.option:last-child{ .ui-segment span.option:last-child {
border-right: none; border-right: none;
} }
.segment-select{ .segment-select {
display:none; display: none;
} }