File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,15 @@ input.in_box_button[type="submit"] {
1414 margin-left : 0 ;
1515}
1616
17+ .linedrawer {
18+ margin-top : 5px ;
19+ padding-top : 5px ;
20+ border-top : 2px solid # bec6c8 ;
21+ }
22+
1723.flexmargin {
1824 display : flex;
1925 margin-bottom : 3px ;
20- margin-top : 7px ;
21- padding-top : 5px ;
22- border-top : 2px solid # bec6c8 ;
2326}
2427
2528.margin {
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Example context (json):
6666{ {#coursemappingenabled} }
6767 { {> block_evasys_sync/coursemapping} }
6868{ {/coursemappingenabled} }
69+ <div class = " linedrawer" ></div >
6970{ {#warning} }<div style =" color : red ; " >{ {# str} }warning_inconsistent_states, block_evasys_sync{ {/str} }</div >{ {/warning} }
7071{ {#emailsentnotice} }<div style =" color : limegreen ; " >{ {# str} }emailsentnotice, block_evasys_sync{ {/str} }</div >{ {/emailsentnotice} }
7172{ {#evaluationperiodsetnotice} }<div style =" color : limegreen ; " >{ {# str} }evalperiodsetnotice, block_evasys_sync{ {/str} }</div >{ {/evaluationperiodsetnotice} }
You can’t perform that action at this time.
0 commit comments