decentraland-ui
Version:
Decentraland's UI components and styles
22 lines (18 loc) • 385 B
CSS
.Page-story-container {
position: relative;
border: 1px solid var(--divider);
overflow: auto;
width: 1196px;
height: 450px;
}
.Page-story-container .dcl.hero {
background: var(--luisxvi-violet);
}
.Page-story-container .dcl.hero .ui.header {
color: white;
}
.dcl.page.table-story .ui.table .dcl.atlas {
margin-top: -22px;
border-radius: 8px;
overflow: hidden;
}