PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.2
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.2
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / src / components / multipleSelect / editor.scss

editor.scss in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.2, at src/components/multipleSelect/editor.scss

70 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 // multiple select's css
2 .sp-smart-post-tab-panel {
3 .sp-smart-post-multi-select {
4 &.d-flex {
5 display: flex;
6 justify-content: space-between;
7 align-items: center;
8 }
9 .css-t3ipsp-control{
10 box-shadow: none;
11 border-color: #ccc;
12 }
13 div[role="option"]="option""] {
14 background-color: transparent;
15 }
16 div[role="option"]="option""]:hover {
17 background-color: #f0f0f0;
18 }
19 .css-1dyz3mf {
20 padding: 0px 2px;
21 }
22 .css-1p3m7a8-multiValue {
23 padding: 1px;
24 font-size: 13px;
25 border: 1px solid #ccc;
26 background-color: #f1f1f1;
27 }
28 .css-9jq23d {
29 font-size: 13px;
30 }
31 // customize scrollbar
32 /* width */
33 // &::-webkit-scrollbar {
34 // width: 4px;
35 // }
36
37 // /* Track */
38 // &::-webkit-scrollbar-track {
39 // background: #f1f1f1;
40 // }
41
42 // /* Handle */
43 // &::-webkit-scrollbar-thumb {
44 // background: #F05D31;
45 // }
46
47 .sp-smart-post-basic-multi-select div {
48 div {
49 div {
50 input {
51 &:focus {
52 box-shadow: none;
53 border-color: var(--sp-smart-primary-2-400);
54 }
55 }
56 div:last-child{
57 margin: 1px;
58 }
59 div:last-child:hover {
60 background-color: var(--sp-smart-primary-2-400);
61 svg {
62 fill: #fff;
63 }
64 }
65 }
66 }
67 }
68 }
69 }
70