Revamped tip box

This commit is contained in:
2023-02-15 09:38:46 +01:00
parent 1f4d4056c7
commit 86e46ad205

View File

@@ -15,8 +15,8 @@
.tooltip-window {
position: fixed;
right: 0;
filter: drop-shadow(-2px 0px 2px darkgray);
background: #e8f3f7;
/* filter: drop-shadow(-2px 0px 2px black); */
background: #FFFFFF;
padding: 15px 30px;
font-family: 'Nunito', sans-serif;
width: 40%;
@@ -31,9 +31,6 @@
content: "▼";
} */
.tooltip-window .tip {
}
.bordered-field {
border: 2px solid rgba(93, 99, 96, 0.705);
border-radius: 5px;
@@ -393,7 +390,7 @@
padding: 15px 0;
margin: 5px 0px;
font-size: 18px;
background: #b9afaf;
background: #ADAEBA;
cursor: pointer;
border-bottom: darkgray 2px solid !important;
border-radius: 5px;