Skip to content

Commit

Permalink
fixed button & modal styles
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnadipa-dev committed Nov 12, 2024
1 parent 6ccce4b commit 7862be8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
background-color: #0a60ce !important;
font-weight: 550;
letter-spacing: normal;
color: #fff;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
font-weight: 550;
letter-spacing: normal;
background-color: #0a60ce !important;
color: #fff;
&.video-renditions {
left: 0;
bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
font-weight: 550;
letter-spacing: normal;
background-color: #0a60ce !important;
color: #fff;
&.video-renditions {
left: 0;
bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
background-color: #0a60ce !important;
font-weight: 550;
letter-spacing: normal;
color: #fff;
&.video-renditions {
left: 0;
bottom: 0;
Expand Down
15 changes: 13 additions & 2 deletions nuxeo-admin-console-web/angular-app/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'material-symbols/outlined.css';
@import "material-symbols/outlined.css";

html {
position: relative;
Expand Down Expand Up @@ -325,7 +325,7 @@ $primaryBtn: #0a60ce !important;
padding-right: 25px;
margin-top: -6px;
button {
border-radius: 10px;
border-radius: 8px;
min-width: 68px;
font-family: $openSansFont;
font-weight: 550;
Expand All @@ -347,6 +347,14 @@ $primaryBtn: #0a60ce !important;
letter-spacing: normal;
}

.mat-mdc-dialog-content .mat-mdc-outlined-button:not(:disabled) {
font-family: $openSansFont;
font-weight: 510;
letter-spacing: normal;
border-radius: 8px;
color: $primaryBtn;
}

.mdc-dialog .mdc-dialog__content.generic-modal,
.mdc-dialog .mdc-dialog__content.error-modal {
padding: 5px 24px 8px 24px !important;
Expand All @@ -357,6 +365,9 @@ $primaryBtn: #0a60ce !important;
}
}

.mdc-dialog .mdc-dialog__content.error-modal {
max-height: 125px;
}
.mat-mdc-dialog-actions.mdc-dialog__actions.warning-dialog__actions {
padding-bottom: 15px;
}
Expand Down

0 comments on commit 7862be8

Please sign in to comment.