Revamped Mocked Services

This commit is contained in:
2023-02-15 10:58:12 +01:00
parent 4b3fac59c0
commit bb18cb53c6
3 changed files with 7 additions and 7 deletions

View File

@@ -21,10 +21,9 @@
.tile { .tile {
width: 100%; width: 100%;
padding-top: 40%; padding-top: 40%;
border: 1px solid gray; border-radius: 5px;
border-radius: 3px;
position: relative; position: relative;
background: #f0f0f095; background: #D5D7E6;
margin-bottom: 10px; margin-bottom: 10px;
cursor: default; cursor: default;
} }
@@ -34,7 +33,7 @@
} }
.tile.active { .tile.active {
background: #00000070; background: #2A93B0;
color: white; color: white;
filter: none; filter: none;
} }

View File

@@ -182,9 +182,10 @@ body {
} }
.action-button.active { .action-button.active {
background: #3bc4f1; background: #2A93B0;
border: 1px solid #7ed0eb; border: 1px solid #7ed0eb;
cursor: pointer; cursor: pointer;
} }
.action-button.active:hover { .action-button.active:hover {
@@ -194,6 +195,7 @@ body {
.action-button { .action-button {
background: rgba(155, 165, 160, 0.507); background: rgba(155, 165, 160, 0.507);
border:1px solid rgba(186, 197, 191, 0.507); border:1px solid rgba(186, 197, 191, 0.507);
border-radius: 5px;
color: white; color: white;
padding: 10px 20px; padding: 10px 20px;
font-weight: 700; font-weight: 700;

View File

@@ -1,8 +1,7 @@
.tooltip-window { .tooltip-window {
position: fixed; position: fixed;
right: 0; right: 0;
filter: drop-shadow(-2px 0px 2px darkgray); background: #FFFFFF;
background: #e8f3f7;
padding: 15px 30px; padding: 15px 30px;
font-family: 'Nunito', sans-serif; font-family: 'Nunito', sans-serif;
width: 40%; width: 40%;