CSS-NibblePoker/scss/core/position.scss

8 lines
113 B
SCSS
Raw Normal View History

// NibblePoker CSS Theme - CC0 1.0 (Public Domain)
/* Core > Positions */
.p-relative {
position: relative;
}