-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from bcgov/fix/widget-bar-header-spacing/jn
fix: widget bar and header spacing
- Loading branch information
Showing
3 changed files
with
89 additions
and
9 deletions.
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
...ld-files/suitecrm/core/app/shell/src/themes/suite8/css/components/_action-group-menu.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
/** | ||
* SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. | ||
* Copyright (C) 2022 SalesAgility Ltd. | ||
* | ||
* This program is free software; you can redistribute it and/or modify it under | ||
* the terms of the GNU Affero General Public License version 3 as published by the | ||
* Free Software Foundation with the addition of the following permission added | ||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK | ||
* IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE | ||
* WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. | ||
* | ||
* This program is distributed in the hope that it will be useful, but WITHOUT | ||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more | ||
* details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* In accordance with Section 7(b) of the GNU Affero General Public License | ||
* version 3, these Appropriate Legal Notices must retain the display of the | ||
* "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably | ||
* feasible for technical reasons, the Appropriate Legal Notices must display | ||
* the words "Supercharged by SuiteCRM". | ||
*/ | ||
|
||
.action-group-menu { | ||
padding-top: 10px; | ||
|
||
.inline-spinner { | ||
width: 30px; | ||
} | ||
|
||
.inline-confirmation { | ||
width: 30px; | ||
|
||
.inline-confirmation-button { | ||
background-color: $white; | ||
} | ||
|
||
.inline-confirmation-label { | ||
background-color: $white; | ||
} | ||
|
||
.inline-confirmation-label > scrm-label { | ||
width: max-content; | ||
max-width: 120px; | ||
display: block; | ||
background-color: $white; | ||
text-align: end; | ||
box-shadow: -.8rem 0.1rem .5rem rgba($white, .9); | ||
padding-left: 3px; | ||
} | ||
|
||
.inline-confirmation-label > scrm-dynamic-label { | ||
width: max-content; | ||
max-width: 120px; | ||
display: block; | ||
background-color: $white; | ||
text-align: end; | ||
box-shadow: -.8rem 0.1rem .5rem rgba($white, .9); | ||
padding-left: 3px; | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters