Template:AssetIcon.css: Difference between revisions

From Beacon Space
Content deleted Content added
XavierStordiz changed the content model of the page Template:AssetIcon.css from "wikitext" to "Sanitized CSS": Change to CSS page
Tag: content model change
m Update CSS for stacking
Line 1: Line 1:
.asset_icon {
position: relative;
}

.square_background {
.square_background {
z-index: 1
z-index: 1;
position: absolute;
top: 0;
left: 0;
}
}


.asset_overlay {
.asset_overlay {
z-index: 2
z-index: 2;
position: absolute;
top: 0;
left: 0;
}
}


.black {
.black {
background: black
background: black;
}
}

Revision as of 15:52, 13 July 2023

.asset_icon {
  position: relative;
}

.square_background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.asset_overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.black {
  background: black;
}