Add structure info link and configuration
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -127,6 +127,15 @@
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.structure-info {
|
||||
position: absolute;
|
||||
transform: translate(-50%,-50%);
|
||||
z-index: 3;
|
||||
color: rgb(15, 32, 108);
|
||||
background: yellow;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
/*Additional styles for small format landscape orientation*/
|
||||
@media (max-height: 450px) and (orientation: landscape) {
|
||||
.detect-grid {
|
||||
|
||||
Reference in New Issue
Block a user