Skip to content

Commit 2cea672

Browse files
committed
Fixed minor margin issue in login page
1 parent 2635229 commit 2cea672

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

knowage/src/main/webapp/themes/commons/css/SASS/components/_login.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
}
6161

62-
.profile-img {
62+
#profile-img {
6363
margin-bottom: 1em;
6464
}
6565
.profile-img-card {
@@ -164,7 +164,7 @@
164164
.btn.btn-signin {
165165
background-color: $fabPrimaryColor;
166166
padding: 0px;
167-
font-weight: 700;
167+
font-weight: 400;
168168
font-size: 0.7rem;
169169
height: $defaultSize * 3;
170170
border: none;
@@ -174,6 +174,7 @@
174174
-webkit-transition: all 0.2s;
175175
transition: all 0.2s;
176176
cursor: pointer;
177+
text-transform: uppercase;
177178
}
178179

179180
.btn.btn-signin:hover,
@@ -211,15 +212,16 @@
211212
.btn.btn-signup {
212213
background-color: lighten($fabPrimaryColor, 15%);
213214
padding: 0px;
214-
font-weight: 700;
215-
font-size: 14px;
215+
font-weight: 400;
216+
font-size: 0.7rem;
216217
height: $defaultSize * 3;
217218
border: none;
218219
border-radius: 0;
219220
-o-transition: all 0.2s;
220221
-moz-transition: all 0.2s;
221222
-webkit-transition: all 0.2s;
222223
transition: all 0.2s;
224+
text-transform: uppercase;
223225
cursor: pointer;
224226
}
225227

knowage/src/main/webapp/themes/commons/css/customStyle.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.

0 commit comments

Comments
 (0)