Skip to content

Commit 474fd66

Browse files
committed
Small css fix
1 parent 1385f77 commit 474fd66

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

dist/build.js

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

dist/build.js.map

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-stepper",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Vue Stepper",
55
"main": "src/index.js",
66
"repository": {

src/HorizontalStepper.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
position: relative;
5454
width: 100%;
5555
left: 0;
56-
padding: 1% 4%;
56+
padding: 2% 4%;
5757
@include breakpoint(xs) {
5858
width: 90%;
5959
justify-content: center;
@@ -77,7 +77,7 @@
7777
}
7878
}
7979
.circle {
80-
margin: 1.5rem 0;
80+
margin-bottom: .5rem;
8181
i {
8282
background-color: #3383c8;
8383
color: #fff;
@@ -88,9 +88,9 @@
8888
.step-title {
8989
position: absolute;
9090
top: 90%;
91-
width: 8rem;
91+
width: 10rem;
9292
h1, h2, h3, h4, h5 {
93-
margin: 0;
93+
margin: 0 0 .2rem 0;
9494
color: #333333;
9595
font-weight: bold;
9696
}
@@ -105,6 +105,7 @@
105105
}
106106
.content {
107107
overflow: hidden;
108+
margin: 1.5rem 0;
108109
}
109110
.bottom {
110111
position: relative;

0 commit comments

Comments
 (0)