File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,10 @@ table {
130130 background-color : @gray-dark ;
131131}
132132
133+ // Staged =====================================================================
134+ .close {
135+ font-size : @close-font-size ;
136+ }
133137
134138// Unstaged ===================================================================
135139
Original file line number Diff line number Diff line change 590590//
591591// ## Define alert colors, border radius, and padding.
592592
593- @alert-padding : 15 px ;
593+ @alert-padding : 10 px ;
594594@alert-border-radius : @border-radius-base ;
595595@alert-link-font-weight : bold ;
596596
778778// ##
779779
780780@close-font-weight : bold ;
781+ @close-font-size : (@font-size-base * 1.25 );
781782@close-color : #000 ;
782783@close-text-shadow : 0 1px 0 #fff ;
783784
Original file line number Diff line number Diff line change 11< div >
2- < div class ="alert alert-info alert-dismissible " role ="alert ">
2+ < div class ="alert alert-info alert-dismissible small " role ="alert ">
33 < button type ="button " class ="close " data-dismiss ="alert "> < span aria-hidden ="true "> ×</ span > < span class ="sr-only "> Close</ span > </ button >
44 < p > < i class ="fa fa-fw fa-exclamation-triangle "> </ i > < b > REMINDER:</ b > Don't miss out reading the < a class ="alert-link " href ="/announcements/Google_Authentication_Deprecation "> Google Authentication Deprecation</ a > with migration announcement.</ p >
55 </ div >
Original file line number Diff line number Diff line change 4242 < button class ="btn btn-info " type ="submit "> Register < i class ="fa fa-sign-in fa-fw "> </ i > </ button >
4343 </ span >
4444 </ div >
45- < div class ="alert alert-warning " role ="alert ">
45+ < div class ="alert alert-warning small " role ="alert ">
4646 < i class ="fa fa-exclamation-triangle "> </ i > < strong > CAUTION</ strong > : The unique Username that you choose to sign up with here will be displayed to everyone. It is strongly recommended to < strong > not</ strong > use an email address.
4747 </ div >
4848 </ form >
Original file line number Diff line number Diff line change 2323 </ a >
2424 </ div >
2525 {{#script.hasSupport}}
26- < div class ="alert alert-success alert-dismissible " role ="alert ">
26+ < div class ="alert alert-success alert-dismissible small " role ="alert ">
2727 < button type ="button " class ="close " data-dismiss ="alert "> < span aria-hidden ="true "> ×</ span > < span class ="sr-only "> Close</ span > </ button >
2828 {{#script.support}}< p > < i class ="fa fa-fw fa-support "> </ i > < b > Support:</ b > < a href ="{{{url}}} "{{#hasNoFollow}} rel ="nofollow "{{ /hasNoFollow}}> {{text}}</ a > </ p > {{/script.support}}
2929 The script author requests that you use their preferred primary support method when filing an issue. Please consider using that for regular issues.
You can’t perform that action at this time.
0 commit comments