Skip to content

Commit df90b82

Browse files
author
Cynthia Sanchez
committed
Merge branch 'bugfix/userpolicy-modal' into 'master'
user-policy modal modified Closes #15 See merge request SUSE-UIUX/eos-user-story!124
2 parents 70e366f + b9283a5 commit df90b82

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/assets/scss/components/modal.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
background-color: $eos-white;
1313
left: 50%;
1414
max-width: 450px;
15+
padding-bottom: 2em;
1516
position: absolute;
1617
top: 50%;
1718
transform: translate(-50%, -50%);

src/assets/scss/pages/home.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ $subheader-font-size: 18px;
1919
margin: 16px 0px 16px 0px;
2020
padding: 8px 20px;
2121
}
22+
23+
.link-default {
24+
padding-left: 0.5em;
25+
}

0 commit comments

Comments
 (0)