File tree Expand file tree Collapse file tree 2 files changed +0
-58
lines changed
administrator/templates/atum/scss Expand file tree Collapse file tree 2 files changed +0
-58
lines changed Original file line number Diff line number Diff line change 8282 .table {
8383 padding : 0 ;
8484 margin-bottom : unset ;
85-
86- > .published {
87- padding-left : .9rem ;
88- border-left : 5px solid var (--success );
89- }
90-
91- > .unpublished {
92- padding-left : .9rem ;
93- border-left : 5px solid var (--danger );
94- }
9585 }
9686
9787 }
Original file line number Diff line number Diff line change 2121 left : auto ;
2222}
2323
24- .switcher {
25- float : right ;
26- }
27-
2824.menu-collapse {
2925 right : 0 ;
3026 left : auto ;
3127 margin-right : -7.5px ;
3228 margin-left : 0 ;
3329}
3430
35- // Status
36- .status {
37- margin-right : 250px ;
38- margin-left : 0 ;
39-
40- .closed & {
41- margin-right : 50px ;
42- margin-left : 0 ;
43- }
44- }
45-
46- .sidebar-wrapper [data-hidden = " 1" ] ~ .status {
47- margin-right : 0 ;
48- }
49-
50- // com_cpanel
51- .com_cpanel {
52- .card {
53- .list-group {
54- > .published {
55- border-right : 5px solid var (--success );
56- border-left : 0 ;
57- }
58-
59- > .unpublished {
60- border-right : 5px solid var (--danger );
61- border-left : 0 ;
62- }
63- }
64-
65- .module-dropdown {
66- right : auto ;
67- left : 0 ;
68-
69- > a {
70- border-right : 1px solid var (--border );
71- border-left : 0 ;
72- border-top-left-radius : $border-radius ;
73- border-top-right-radius : 0 ;
74- }
75- }
76- }
77- }
78-
7931.field-calendar {
8032 float : none ;
8133}
You can’t perform that action at this time.
0 commit comments