Kostom.net

top / right / bottom / left


Utilities for controlling the placement of an element. Check this unity documentation for more information on top / right / bottom / left.
ClassStyles
top-<number>top: --spacing * <number>;
-top-<number>top: --spacing * -<number>;
top-pxtop: 1px;
-top-pxtop: -1px;
top-fulltop: 100%;
-top-fulltop: -100%;
top-autotop: auto;
top-(<custom-property>)top: var(<custom-property>);
top-[<value>]top: <value>;
right-<number>right: --spacing * <number>;
-right-<number>right: --spacing * -<number>;
right-pxright: 1px;
-right-pxright: -1px;
right-fullright: 100%;
-right-fullright: -100%;
right-autoright: auto;
right-(<custom-property>)right: var(<custom-property>);
right-[<value>]right: <value>;
bottom-<number>bottom: --spacing * <number>;
-bottom-<number>bottom: --spacing * -<number>;
bottom-pxbottom: 1px;
-bottom-pxbottom: -1px;
bottom-fullbottom: 100%;
-bottom-fullbottom: -100%;
bottom-autobottom: auto;
bottom-(<custom-property>)bottom: var(<custom-property>);
bottom-[<value>]bottom: <value>;
left-<number>left: --spacing * <number>;
-left-<number>left: --spacing * -<number>;
left-pxleft: 1px;
-left-pxleft: -1px;
left-fullleft: 100%;
-left-fullleft: -100%;
left-autoleft: auto;
left-(<custom-property>)left: var(<custom-property>);
left-[<value>]left: <value>;