File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -85,19 +85,22 @@ dt { font-weight: bold; }
85
85
aside .admn { display : flex; flex-direction : row; align-items : center; }
86
86
aside .admn > svg .icon { flex-shrink : 0 ; width : 2rem ; height : 2rem ; fill : # 19407c ; }
87
87
aside .admn .warn > svg .icon { fill : # ba3925 ; }
88
- aside .admn > div { flex : 1 ; min-width : 0 ; padding-left : 1ch ; margin-left : 1ch ; border-left : 1px solid # dddddf }
88
+ aside .admn > div {
89
+ flex : 1 ; min-width : 0 ; padding-left : 1ch ; margin-left : 1ch ; border-left : 1px solid # dddddf ;
90
+ & > : last-child { margin-bottom : 0 ; }
91
+ }
89
92
90
93
aside .block {
91
94
border-style : solid; border-width : 1px ; border-radius : 4px ; border-color : # dbdbd6 ;
92
95
padding : 1em ;
93
96
background : # f3f3f2 ;
97
+ & > : last-child { margin-bottom : 0 ; }
98
+ & > .title {
99
+ font-family : "Open Sans" , sans-serif; font-size : 1.5rem ; color : # 7a2518 ;
100
+ text-align : center;
101
+ margin-top : 0 ; margin-bottom : 0.5rem ;
102
+ }
94
103
}
95
- aside .block > .title {
96
- font-family : "Open Sans" , sans-serif; font-size : 1.5rem ; color : # 7a2518 ;
97
- text-align : center;
98
- margin-top : 0 ; margin-bottom : 0.5rem ;
99
- }
100
- aside .block > : last-child { margin-bottom : 0 ; }
101
104
102
105
details { padding-left : 1em ; border-left : 3px solid # 19407c ; }
103
106
You can’t perform that action at this time.
0 commit comments