Implement updated Bastion prototype and search workflow
This commit is contained in:
44
okb-source/ownership-graphic.css
Normal file
44
okb-source/ownership-graphic.css
Normal file
@@ -0,0 +1,44 @@
|
||||
:root { background: #2b2b2b; }
|
||||
|
||||
.ownership-graphic-body {
|
||||
margin: 0;
|
||||
min-width: 320px;
|
||||
background: #2b2b2b;
|
||||
}
|
||||
|
||||
.ownership-graphic {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-width: 960px;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.ownership-graphic__image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.ownership-graphic__link {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
border-radius: 12px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.ownership-graphic__link:hover,
|
||||
.ownership-graphic__link:focus-visible {
|
||||
box-shadow: 0 0 0 3px rgba(168, 205, 237, .9), 0 0 28px rgba(143, 237, 145, .45);
|
||||
}
|
||||
|
||||
.ownership-graphic__link--roscosmos { left: 44.4531%; top: 10.5093%; width: 16.6146%; height: 10.7407%; }
|
||||
.ownership-graphic__link--orkk { left: 44.2708%; top: 36.1574%; width: 16.6146%; height: 10.7407%; }
|
||||
.ownership-graphic__link--rks { left: 28.3333%; top: 55%; width: 18.5417%; height: 10.8333%; }
|
||||
.ownership-graphic__link--okb { left: 48.4375%; top: 73.5185%; width: 16.6667%; height: 10.8333%; }
|
||||
.ownership-graphic__link--russia { left: 67.1354%; top: 55.6481%; width: 5.2083%; height: 7.963%; }
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.ownership-graphic { min-width: 720px; }
|
||||
}
|
||||
Reference in New Issue
Block a user