2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
2017-07-07 15:39:07 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
2017-07-24 17:23:54 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
nb-card-body {
|
2017-07-24 17:23:54 +03:00
|
|
|
overflow: visible;
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-29 20:00:16 +03:00
|
|
|
.input-group {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.validation-checkboxes {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
2017-07-07 15:39:07 +03:00
|
|
|
|
|
|
|
|
.custom-control {
|
|
|
|
|
margin-left: 1rem;
|
|
|
|
|
}
|
2017-06-29 20:00:16 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.demo-checkboxes {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.demo-radio {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.demo-disabled-checkbox-radio {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.demo-checkboxes-radio {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.demo-rating {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.star {
|
|
|
|
|
font-size: 1.5rem;
|
2017-08-01 17:42:21 +03:00
|
|
|
color: nb-theme(color-fg);
|
2017-06-29 20:00:16 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filled {
|
2017-08-01 17:42:21 +03:00
|
|
|
color: nb-theme(color-fg);
|
2017-07-07 15:39:07 +03:00
|
|
|
}
|
|
|
|
|
|
2017-07-14 14:38:25 +03:00
|
|
|
// TODO: Replace with the card header styles mixin
|
|
|
|
|
.rating-header {
|
2017-07-07 15:39:07 +03:00
|
|
|
line-height: 2rem;
|
|
|
|
|
font-size: 1.25rem;
|
2017-08-01 17:42:21 +03:00
|
|
|
font-family: nb-theme(font-secondary);
|
|
|
|
|
font-weight: nb-theme(font-weight-bolder);
|
|
|
|
|
color: nb-theme(color-fg-heading);
|
2017-07-07 15:39:07 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.current-rate {
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
padding-left: 1rem;
|
2017-08-01 17:42:21 +03:00
|
|
|
color: nb-theme(color-fg-heading);
|
2017-07-07 15:39:07 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.full-name-inputs {
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
.input-group:not(:last-child) {
|
|
|
|
|
margin-right: 1rem;
|
|
|
|
|
}
|
2017-06-29 20:00:16 +03:00
|
|
|
}
|
2017-07-12 11:16:16 +03:00
|
|
|
|
|
|
|
|
.input-group.has-person-icon {
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
|
padding-left: 3rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
|
content: '\F47D';
|
|
|
|
|
font-family: 'Ionicons';
|
|
|
|
|
font-size: 2rem;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
left: 1rem;
|
|
|
|
|
top: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-24 17:23:54 +03:00
|
|
|
|
|
|
|
|
.dropdown {
|
|
|
|
|
width: 25%;
|
|
|
|
|
}
|
2017-08-09 20:05:04 +03:00
|
|
|
|
|
|
|
|
.form-group label {
|
|
|
|
|
padding: 0 0 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ngb-rating i {
|
|
|
|
|
color: nb-theme(color-success);
|
|
|
|
|
@include nb-for-theme(cosmic) {
|
|
|
|
|
color: nb-theme(color-primary);
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-06-29 20:00:16 +03:00
|
|
|
}
|