Revamped Mocked Services
This commit is contained in:
@@ -21,10 +21,9 @@
|
||||
.tile {
|
||||
width: 100%;
|
||||
padding-top: 40%;
|
||||
border: 1px solid gray;
|
||||
border-radius: 3px;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
background: #f0f0f095;
|
||||
background: #D5D7E6;
|
||||
margin-bottom: 10px;
|
||||
cursor: default;
|
||||
}
|
||||
@@ -34,7 +33,7 @@
|
||||
}
|
||||
|
||||
.tile.active {
|
||||
background: #00000070;
|
||||
background: #2A93B0;
|
||||
color: white;
|
||||
filter: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user