Skip to content

Commit

Permalink
Merge pull request #2201 from CVEProject/tat-2169
Browse files Browse the repository at this point in the history
#2169 fix banner close icon styling and set font size
  • Loading branch information
athu-tran authored Sep 13, 2023
2 parents acda6a2 + e7d8fc0 commit 40c73d7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/assets/style/osano.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@
display: none !important;
}

/** Top banner **/
/*** Top banner: background ***/
.osano-cm-dialog {
background: $theme-color-warning-lighter !important;
color: #000;
font-size: 1rem;
}

/*** Top banner: close icon ***/
.osano-cm-dialog__close {
color: #000 !important;
stroke: #000 !important;
background-color: transparent !important;
border-color: transparent !important;
}

.osano-cm-close {
stroke-width: 2px !important;
}

/** All banner & dialog box buttons **/
Expand All @@ -35,9 +48,11 @@

.osano-cm-info {
background-color: #fff !important;
font-size: 1rem;
}
/** Dialog box background ends here **/

/** Disabled toggle styling **/
.osano-cm-toggle__input:checked:disabled + .osano-cm-toggle__switch {
background-color: $theme-color-gray-20 !important;
cursor: not-allowed !important;
Expand Down

0 comments on commit 40c73d7

Please sign in to comment.