Skip to content

Commit a0abe83

Browse files
committed
merge deisabled
2 parents e5b0260 + 8812afd commit a0abe83

File tree

6 files changed

+116
-55
lines changed

6 files changed

+116
-55
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/cloudinary.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/src/components/_settings.scss

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
font-size : 1.2em;
9191
color : #5F5F5F;
9292

93+
&.expanded {
94+
padding-top : 40px;
95+
margin-bottom : 25px;
96+
}
97+
9398
.dashicons {
9499
color : #AC0000;
95100
}
@@ -108,7 +113,8 @@
108113
color : #23282d;
109114

110115
&.expanded {
111-
padding-top : 40px;
116+
padding-top : 40px;
117+
margin-bottom : 25px;
112118
}
113119

114120
.dashicons {
@@ -210,29 +216,25 @@
210216
}
211217

212218
.settings-warning {
213-
display: inline-block;
214-
padding: 5px 7px;
215-
background-color: #e9faff;
216-
border: 1px solid #ccd0d4;
217-
border-left: 4px solid #00a0d2;
218-
box-shadow: 0 1px 1px rgba(0,0,0,.04);
219+
display : inline-block;
220+
padding : 5px 7px;
221+
background-color : #e9faff;
222+
border : 1px solid #ccd0d4;
223+
border-left : 4px solid #00a0d2;
224+
box-shadow : 0 1px 1px rgba(0, 0, 0, .04);
219225
}
220226

221227
.field-radio {
222228
input[type=radio].cld-field {
223-
margin: 0;
224-
margin-right: 5px;
229+
margin : 0;
230+
margin-right : 5px;
225231
}
226232

227233
label {
228-
margin-right: 10px;
234+
margin-right : 10px;
229235
}
230236
}
231237

232238
.settings-tab-section h2 {
233-
margin: 0;
239+
margin : 0;
234240
}
235-
236-
hr {
237-
margin-top: 25px;
238-
}

0 commit comments

Comments
 (0)