2017-06-16 19:21:22 +03:00
|
|
|
@import '../../../@theme/styles/variables';
|
2017-06-26 12:38:12 +03:00
|
|
|
@import '~@akveo/nga-theme/styles/global/bootstrap/buttons';
|
2017-05-02 19:28:27 +03:00
|
|
|
|
2017-06-13 16:16:52 +03:00
|
|
|
@include nga-install-component() {
|
|
|
|
|
/deep/ {
|
2017-06-14 11:45:37 +03:00
|
|
|
$button-size: 50px;
|
|
|
|
|
$button-border-radius: 12px;
|
|
|
|
|
|
2017-06-27 16:34:00 +03:00
|
|
|
.container-title {
|
2017-07-29 16:00:27 +03:00
|
|
|
color: nga-theme(color-fg);
|
2017-06-27 16:34:00 +03:00
|
|
|
font-family: nga-theme(font-secondary);
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header {
|
2017-07-29 16:00:27 +03:00
|
|
|
color: nga-theme(color-fg-header);
|
2017-07-07 17:15:32 +03:00
|
|
|
font-size: 0.875rem;
|
|
|
|
|
line-height: 1rem;
|
2017-06-27 16:34:00 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subheader {
|
2017-07-07 17:15:32 +03:00
|
|
|
font-size: 0.75rem;
|
2017-06-27 16:34:00 +03:00
|
|
|
line-height: 1rem;
|
|
|
|
|
font-weight: 300;
|
2017-07-29 16:00:27 +03:00
|
|
|
color: nga-theme(color-fg);
|
2017-06-27 16:34:00 +03:00
|
|
|
}
|
|
|
|
|
|
2017-06-13 16:16:52 +03:00
|
|
|
.btn-demo {
|
|
|
|
|
width: 180px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-27 12:28:07 +03:00
|
|
|
.state-container {
|
2017-06-13 16:16:52 +03:00
|
|
|
display: flex;
|
|
|
|
|
|
2017-06-27 12:28:07 +03:00
|
|
|
&:not(:last-child) {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
2017-06-13 16:16:52 +03:00
|
|
|
|
2017-06-27 12:28:07 +03:00
|
|
|
.state-value {
|
|
|
|
|
width: $button-size;
|
|
|
|
|
height: $button-size;
|
|
|
|
|
border-radius: $button-border-radius;
|
|
|
|
|
}
|
2017-06-13 16:16:52 +03:00
|
|
|
|
2017-06-27 12:28:07 +03:00
|
|
|
.state-details {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin-left: 1rem;
|
|
|
|
|
height: $button-size;
|
|
|
|
|
}
|
2017-06-13 16:16:52 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.example-container {
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.example-container .container-btn {
|
2017-07-07 17:15:32 +03:00
|
|
|
margin-bottom: 1.5rem;
|
2017-06-13 16:16:52 +03:00
|
|
|
}
|
|
|
|
|
|
2017-06-14 11:45:37 +03:00
|
|
|
.block-level-buttons .btn-group {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-buttons .btn-group:not(:last-child) {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-buttons .icon-button-examples {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-buttons .icon-button-examples:not(:last-child) {
|
|
|
|
|
margin-bottom: 1rem;
|
2017-06-13 16:16:52 +03:00
|
|
|
}
|
2017-04-29 18:53:19 +03:00
|
|
|
}
|
|
|
|
|
}
|