mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-15 12:55:14 +00:00
+ Added: New logo to the various pages + Fixed: Mobile zoom is not disabled + Fixed: Profile timeline mobile order is not correct + Fixed: Quickpanel focusses to the form elements causing it to scroll on mobile devices when opened + Various demo page mobile fixes
18 lines
263 B
SCSS
18 lines
263 B
SCSS
:host {
|
|
|
|
.content {
|
|
|
|
form {
|
|
width: 100%;
|
|
max-width: 800px !important;
|
|
}
|
|
|
|
.form-errors-model {
|
|
flex: 1;
|
|
|
|
code {
|
|
background: none !important;
|
|
}
|
|
}
|
|
}
|
|
} |