mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
24 lines
577 B
SCSS
24 lines
577 B
SCSS
@import '../../_shared/styles/variables';
|
|
@import 'variables';
|
|
@import '../../vendors/bootstrap/bootstrap';
|
|
@import '../../vendors/bootstrap/responsive';
|
|
@import '../../account/styles/skin';
|
|
@import '../../../../node_modules/font-awesome/scss/font-awesome.scss';
|
|
@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;
|
|
}
|
|
}
|
|
|
|
} |