Skip to content

Commit 6bf7577

Browse files
ntthitrinhkhangon
andauthored
feature-8986: Missing spacing in some areas like button of calendar a… (#9002)
* feature-8986: Missing spacing in some areas like button of calendar and badge preview area * feature-8986: Missing spacing in some areas like button of calendar and badge preview area * feature-8986: Missing spacing in some areas like button of calendar and badge preview area * feature-8986: Missing spacing in some areas like button of calendar and badge preview area --------- Co-authored-by: Khang On - TMA <[email protected]>
1 parent de17799 commit 6bf7577

File tree

5 files changed

+24
-11
lines changed

5 files changed

+24
-11
lines changed

app/components/forms/wizard/badge-forms/badge-preview.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<div class="badge-setting">
1+
<div class="badge-setting badge-preview">
22
<div>
3-
<form class="ui form">
4-
<div class="field">
3+
<form class="ui form form-preview">
4+
<div class="field badge-preview-title">
55
{{#if @headerText}}
66
<h2 class="badge-setting-title">
77
{{@headerText}}
88
</h2>
99
{{/if}}
1010
</div>
11-
<div class="ui grid">
11+
<div class="ui grid label-checkbox-sample">
1212
<div class="two column row">
1313
<div class="left floated column">
1414
<UiCheckbox @class="slider mt-2 ml-2 blog-icon-preview" @checked={{@data.isShowingSampleData}} @onChange={{action (mut

app/components/public/add-to-calender.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ui list basic segment m-0 pl-0 pr-0 pb-0">
1+
<div class="ui list basic segment pb-2">
22
<div class="item mt-1">
33
<i class="clock alternate outline icon pt-1"></i>
44
<div class="content">

app/styles/components/forms/badge-form.scss

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,18 @@ label.warning {
113113
}
114114
}
115115

116-
.preview {
117-
margin: unset !important;
118-
padding: 50px !important;
119-
border-top: 1px solid rgb(211, 211, 211);
120-
margin-top: 5px !important;
116+
.badge-preview {
117+
.badge-preview-title {
118+
margin-bottom: unset !important;
119+
}
120+
121+
.label-checkbox-sample {
122+
margin: unset !important;
123+
}
124+
125+
.preview {
126+
padding: 50px !important;
127+
border-top: 1px solid rgb(211, 211, 211);
128+
margin-top: unset;
129+
}
121130
}

app/styles/partials/utils.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,7 @@
241241
.mr-8 {
242242
margin-right: 2rem !important;
243243
}
244+
245+
.pd-1 {
246+
padding: 1rem !important;
247+
}

app/templates/components/public/social-links.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ui list mt-0 mb-0 pt-0 pb-0">
1+
<div class="ui list mt-0 mb-0 pt-0 pb-0 pl-4">
22
<div class="social-links mt-0 mb-0 pt-0 pb-0">
33
{{#if this.externalUrl}}
44
<div>

0 commit comments

Comments
 (0)