Skip to content

Commit 8ba4ea9

Browse files
committed
style
1 parent 7aac2db commit 8ba4ea9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

core/src/components/checkbox/checkbox.common.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
}
9999

100100
// Checkbox Bottom Content
101-
// ----------------------------------------------------------------
101+
// --------------------------------------------------
102102

103103
.checkbox-bottom {
104104
display: flex;
@@ -109,7 +109,7 @@
109109
}
110110

111111
// Checkbox Hint Text
112-
// ----------------------------------------------------------------
112+
// --------------------------------------------------
113113

114114
/**
115115
* Error text should only be shown when .ion-invalid is
@@ -133,7 +133,7 @@
133133
}
134134

135135
// Label Placement - Start
136-
// ----------------------------------------------------------------
136+
// --------------------------------------------------
137137

138138
/**
139139
* Label is on the left of the checkbox in LTR and
@@ -144,7 +144,7 @@
144144
}
145145

146146
// Label Placement - End
147-
// ----------------------------------------------------------------
147+
// --------------------------------------------------
148148

149149
/**
150150
* Label is on the right of the checkbox in LTR and
@@ -155,7 +155,7 @@
155155
}
156156

157157
// Label Placement - Fixed
158-
// ----------------------------------------------------------------
158+
// --------------------------------------------------
159159

160160
/**
161161
* Label is on the left of the checkbox in LTR and
@@ -170,7 +170,7 @@
170170
}
171171

172172
// Label Placement - Stacked
173-
// ----------------------------------------------------------------
173+
// --------------------------------------------------
174174

175175
/**
176176
* Label is on top of the checkbox.
@@ -190,7 +190,7 @@
190190
}
191191

192192
// Justify Content
193-
// ---------------------------------------------
193+
// --------------------------------------------------
194194

195195
:host(.checkbox-justify-space-between) .checkbox-wrapper {
196196
justify-content: space-between;
@@ -205,7 +205,7 @@
205205
}
206206

207207
// Align Items
208-
// ---------------------------------------------
208+
// --------------------------------------------------
209209

210210
:host(.checkbox-alignment-start) .checkbox-wrapper {
211211
align-items: start;
@@ -216,7 +216,7 @@
216216
}
217217

218218
// Justify Content & Align Items
219-
// ---------------------------------------------
219+
// --------------------------------------------------
220220

221221
// The checkbox should be displayed as block when either justify
222222
// or alignment is set; otherwise, these properties will have no
@@ -230,7 +230,7 @@
230230
}
231231

232232
// Checked / Indeterminate Checkbox
233-
// ---------------------------------------------
233+
// --------------------------------------------------
234234

235235
:host(.checkbox-checked) .checkbox-icon,
236236
:host(.checkbox-indeterminate) .checkbox-icon {

0 commit comments

Comments
 (0)