This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-29
lines changed
res/css/components/views/beacon Expand file tree Collapse file tree 1 file changed +24
-29
lines changed Original file line number Diff line number Diff line change @@ -29,34 +29,29 @@ limitations under the License.
29
29
30
30
background-color : $background ;
31
31
box-shadow : 0px 4px 4px $menu-box-shadow-color ;
32
- }
33
-
34
- .mx_DialogSidebar_header {
35
- display : flex ;
36
- flex-direction : row ;
37
- align-items : center ;
38
- justify-content : space-between ;
39
-
40
- flex : 0 0 ;
41
- margin-bottom : $spacing-16 ;
42
-
43
- color : $primary-content ;
44
- }
45
-
46
- .mx_DialogSidebar_closeButton {
47
- @mixin ButtonResetDefault ;
48
- }
49
-
50
- .mx_DialogSidebar_closeButtonIcon {
51
- color : $tertiary-content ;
52
- height : 12px ;
53
- }
54
32
55
- .mx_DialogSidebar_list {
56
- list-style : none ;
57
- padding : 0 ;
58
- margin : 0 ;
59
- flex : 1 1 0 ;
60
- width : 100% ;
61
- overflow : auto ;
33
+ .mx_DialogSidebar_header {
34
+ display : flex ;
35
+ align-items : center ;
36
+ justify-content : space-between ;
37
+
38
+ flex : 0 0 ;
39
+ margin-bottom : $spacing-16 ;
40
+
41
+ color : $primary-content ;
42
+
43
+ .mx_DialogSidebar_closeButtonIcon {
44
+ color : $tertiary-content ;
45
+ height : 12px ;
46
+ }
47
+ }
48
+
49
+ .mx_DialogSidebar_list {
50
+ list-style : none ;
51
+ padding : 0 ;
52
+ margin : 0 ;
53
+ flex : 1 1 0 ;
54
+ width : 100% ;
55
+ overflow : auto ;
56
+ }
62
57
}
You can’t perform that action at this time.
0 commit comments