@@ -14,6 +14,8 @@ limitations under the License.
14
14
==============================================================================*/
15
15
@import ' tensorboard/webapp/theme/tb_theme' ;
16
16
17
+ $padding-size : 16px ;
18
+
17
19
.example-details {
18
20
button {
19
21
background-color : transparent ;
@@ -26,13 +28,14 @@ limitations under the License.
26
28
@include tb-theme-foreground-prop (color , link- visited);
27
29
}
28
30
}
31
+ padding : $padding-size ;
29
32
}
30
33
31
34
.group-container {
32
- margin : 10 px 0 ;
35
+ margin : $padding-size ;
33
36
34
37
h4 {
35
- margin-bottom : 10 px ;
38
+ margin-bottom : $padding-size ;
36
39
}
37
40
38
41
.warning {
@@ -45,7 +48,7 @@ limitations under the License.
45
48
@include tb-theme-foreground-prop (border , border , 1px solid );
46
49
max-height : 50vh ;
47
50
overflow-y : auto ;
48
- padding : 20 px ;
51
+ padding : $padding-size ;
49
52
}
50
53
51
54
.match-container {
@@ -78,15 +81,15 @@ mat-form-field {
78
81
@include tb-theme-foreground-prop (border , border , 1px solid );
79
82
border-radius : 3px ;
80
83
margin : 0 ;
81
- padding : 10 px ;
84
+ padding : $padding-size ;
82
85
83
86
label {
84
87
@include tb-theme-foreground-prop (border-bottom , border , 1px solid );
85
88
align-items : center ;
86
89
display : grid ;
87
90
gap : 10px ;
88
91
grid-template-columns : max-content auto ;
89
- padding : 5 px 0 ;
92
+ padding : $padding-size 0 ;
90
93
91
94
.group-id {
92
95
font-size : 0.95em ;
@@ -109,6 +112,6 @@ mat-form-field {
109
112
.more ,
110
113
.no-match {
111
114
@include tb-theme-foreground-prop (color , secondary- text);
112
- margin-top : 5 px ;
115
+ margin-top : $padding-size ;
113
116
}
114
117
}
0 commit comments