File tree Expand file tree Collapse file tree 4 files changed +23
-8
lines changed
src/containers/Tenant/Diagnostics Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 1+ $section-title-margin : 20px ;
2+ $section-title-line-height : 24px ;
3+
14.kv-detailed-overview {
25 display : flex ;
36 gap : 20px ;
Original file line number Diff line number Diff line change @@ -97,10 +97,14 @@ class Healthcheck extends React.Component {
9797 </ div >
9898 { this . renderUpdateButton ( ) }
9999 </ div >
100- < div >
100+ < div className = { b ( 'preview-content' ) } >
101101 { text }
102102 { ! statusOk && (
103- < Button view = "flat-info" onClick = { showMoreHandler } >
103+ < Button
104+ view = "flat-info"
105+ onClick = { showMoreHandler }
106+ size = "s"
107+ >
104108 Show details
105109 </ Button >
106110 ) }
Original file line number Diff line number Diff line change 1+ @use ' ../DetailedOverview/DetailedOverview.scss' as detailedOverview ;
12@import ' ../../../../styles/mixins.scss' ;
23
34.healthcheck {
3738
3839 & __status-wrapper {
3940 display : flex ;
40- align-items : baseline ;
4141
42- margin-bottom : 15 px ;
42+ margin-bottom : detailedOverview . $section-title-margin ;
4343 gap : 8px ;
4444 }
4545
4646 & __preview-title {
4747 font-weight : 600 ;
48+ line-height : detailedOverview .$section-title-line-height ;
49+ }
50+
51+ & __preview-content {
4852 line-height : 24px ;
4953 }
5054
Original file line number Diff line number Diff line change 1+ @use ' ../DetailedOverview/DetailedOverview.scss' as detailedOverview ;
2+
13.tenant-overview {
24 padding-bottom : 20px ;
35 & __loader {
3032 align-items : center ;
3133
3234 margin-bottom : 10px ;
35+
36+ line-height : 24px ;
3337 }
3438
3539 & __top-label {
36- margin-bottom : 20 px ;
40+ margin-bottom : detailedOverview . $section-title-margin ;
3741
3842 font-weight : 600 ;
39- line-height : 24 px ;
43+ line-height : detailedOverview . $section-title-line-height ;
4044 gap : 10px ;
4145 }
4246
5458 flex-wrap : wrap ;
5559 align-items : center ;
5660
57- margin-bottom : 20 px ;
61+ margin-bottom : 35 px ;
5862 }
5963
6064 & __collapse-title {
8892 margin-bottom : 20px ;
8993
9094 font-size : var (--yc-text-body-2-font-size );
91- font-weight : 500 ;
95+ font-weight : 600 ;
9296 line-height : var (--yc-text-body-2-line-height );
9397 }
9498}
You can’t perform that action at this time.
0 commit comments