Skip to content

Commit

Permalink
Move integrate-radio to selection card
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Jan 12, 2021
1 parent 84359aa commit 30a7158
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions modules/theme/src/themes/default/views/card.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,33 @@
box-shadow: none !important;
background: transparent;

.integrate-radio {
flex-grow: 0;
width: 80px;
display: flex;
align-items: center;
justify-content: center;

.ui.radio.checkbox {
margin-top: -5px !important;
}

.ui.radio.checkbox label::after {
width: 22px !important;
height: 22px !important;
top: 0px !important;
left: -1px !important;
background-color: @primaryColor !important;
}

.ui.radio.checkbox label::before {
width: 20px !important;
height: 20px !important;
border-color: @nobel !important;
border-width: 2px !important;
}
}

&.card-selected {
box-shadow: none !important;
background: @galleryGray;
Expand Down Expand Up @@ -388,6 +415,10 @@
}
}
}

&:hover {
background: @galleryGray;
}
}
}
}
Expand Down

0 comments on commit 30a7158

Please sign in to comment.