fix color picker z-index (always above)
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
This commit is contained in:
parent
83455b7098
commit
e229deb0f6
5 changed files with 20 additions and 19 deletions
|
|
@ -22,18 +22,24 @@ Customcss:
|
|||
background: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: DM Sans;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
text-align: start;
|
||||
color: rgb(0, 0, 0);
|
||||
background: rgba(113, 54, 255, 0.1);
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
body {
|
||||
font-family: "DM Sans", sans-serif;
|
||||
text-align: left;
|
||||
color: rgb(190, 9, 9);
|
||||
}
|
||||
|
||||
background: blue;
|
||||
p {
|
||||
text-align: right;
|
||||
font-size: 14px;
|
||||
margin: 0mm;
|
||||
font-weight: 300;
|
||||
font-family: Arial;
|
||||
font-style: italic;
|
||||
padding-top: 20mm;
|
||||
padding-right: 20mm;
|
||||
padding-bottom: 20mm;
|
||||
padding-left: 20mm;
|
||||
padding: 0mm;
|
||||
}
|
||||
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue