You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
417 B
SCSS
28 lines
417 B
SCSS
.print-list {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.print-item {
|
|
font-size: $uni-font-size-sm;
|
|
padding: 10px 20px;
|
|
width: 120rpx;
|
|
background-color: $uni-bg-color-hover;
|
|
border-radius: 6px;
|
|
text-align: center;
|
|
|
|
&.selected {
|
|
background-color: $uni-color-primary;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.uni-data-checklist {
|
|
:deep(.checklist-group) {
|
|
justify-content: space-around;
|
|
}
|
|
}
|
|
|
|
:deep(.uni-section-content) {
|
|
padding: 20px 10px;
|
|
}
|