forked from EXT/VR180-Web-Player
This commit is contained in:
@@ -165,6 +165,7 @@ a {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.demo-gallery-tile:hover {
|
||||
@@ -183,25 +184,15 @@ a {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
.demo-focused-links {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.demo-focused-links a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
min-height: 36px;
|
||||
padding: 0 12px;
|
||||
border: 1px solid #d5d5cf;
|
||||
border-radius: 6px;
|
||||
background: #fff;
|
||||
color: #4f4f48;
|
||||
text-decoration: none;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 650;
|
||||
.demo-gallery-placeholder {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 9;
|
||||
background: #151515;
|
||||
color: #fff;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.demo-local-panel {
|
||||
|
||||
Reference in New Issue
Block a user