Merge pull request #3505 from alchemy-fr/PHRAS-3087_Login_page_fix_design

PHRAS-3087 #comment merge Login page - Design - Button is cut when login error occurs
This commit is contained in:
Nicolas Maillat
2020-05-27 17:19:22 +02:00
committed by GitHub

View File

@@ -5,3 +5,20 @@
@import '../../account/styles/skin'; @import '../../account/styles/skin';
@import '../../../../node_modules/font-awesome/scss/font-awesome.scss'; @import '../../../../node_modules/font-awesome/scss/font-awesome.scss';
@import '../../../../node_modules/jquery-ui/themes/base/autocomplete'; // not extension for inline import @import '../../../../node_modules/jquery-ui/themes/base/autocomplete'; // not extension for inline import
.authentication-sidebar {
.alert {
.alert-block-logo {
vertical-align: middle;
}
.fa-2x {
font-size: 2em;
height: 28px;
margin: 0;
background: none;
}
}
}