File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1616.pd-design__fragment {
1717 position : relative;
1818 transition : outline 0.2s ease-in-out;
19+ outline : 1px solid transparent;
1920}
2021
2122.pd-design__component {
2627 --pd-design-color : # 8402ad ;
2728}
2829
29- .pd-design__region {
30- --pd-design-color : # 008827 ;
31- min-width : 50px ;
32- min-height : 50px ;
33- }
34-
3530/* Shared state styles */
3631.pd-design__frame--visible {
3732 outline : 1px solid var (--pd-design-color );
5146 background : var (--pd-design-color );
5247 color : white;
5348 display : inline-flex;
49+ align-items : center;
50+ padding : 0 12px ;
5451 font-family : 'Salesforce Sans' , sans-serif;
5552 font-size : 12px ;
5653 font-weight : 500 ;
57- height : 32px ;
58- left : 50% ;
5954 letter-spacing : 0.5px ;
6055 opacity : 0 ;
6156 border-top-left-radius : 4px ;
6257 border-top-right-radius : 4px ;
6358 visibility : hidden;
6459 transition : opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
65- visibility : hidden;
6660 white-space : nowrap;
6761}
6862
7569 white-space : nowrap;
7670 overflow : hidden;
7771 text-overflow : ellipsis;
78- white-space : nowrap ;
72+ margin-right : 8 px ;
7973}
8074
8175.pd-design__frame__toolbox {
9791 background : rgba (0 , 0 , 0 , 0 );
9892 border : none;
9993 cursor : pointer;
100- display : flex;
101- height : 20px ;
102- justify-content : center;
103- padding : 0 ;
10494 transition : background-color 0.2s ease-in-out;
105- width : 20 px ;
95+ padding : 0 ;
10696}
10797
10898.pd-design__frame__toolbox-button : hover {
You can’t perform that action at this time.
0 commit comments