Kostom.net

border-radius


Utilities for controlling an element's border radius. Check this unity documentation for more information on border-radius.
ClassStyles
rounded-xsborder-radius: var(--radius-xs);
rounded-smborder-radius: var(--radius-sm);
rounded-mdborder-radius: var(--radius-md);
rounded-lgborder-radius: var(--radius-lg);
rounded-xlborder-radius: var(--radius-xl);
rounded-2xlborder-radius: var(--radius-2xl);
rounded-3xlborder-radius: var(--radius-3xl);
rounded-4xlborder-radius: var(--radius-4xl);
rounded-noneborder-radius: 0;
rounded-fullborder-radius: var(--radius-full);
rounded-(<custom-property>)border-radius: var(<custom-property>);
rounded-[<value>]border-radius: <value>;
rounded-t-xs
border-top-left-radius: var(--radius-xs);
border-top-right-radius: var(--radius-xs);
rounded-t-sm
border-top-left-radius: var(--radius-sm);
border-top-right-radius: var(--radius-sm);
rounded-t-md
border-top-left-radius: var(--radius-md);
border-top-right-radius: var(--radius-md);
rounded-t-lg
border-top-left-radius: var(--radius-lg);
border-top-right-radius: var(--radius-lg);
rounded-t-xl
border-top-left-radius: var(--radius-xl);
border-top-right-radius: var(--radius-xl);
rounded-t-2xl
border-top-left-radius: var(--radius-2xl);
border-top-right-radius: var(--radius-2xl);
rounded-t-3xl
border-top-left-radius: var(--radius-3xl);
border-top-right-radius: var(--radius-3xl);
rounded-t-4xl
border-top-left-radius: var(--radius-4xl);
border-top-right-radius: var(--radius-4xl);
rounded-t-none
border-top-left-radius: 0;
border-top-right-radius: 0;
rounded-t-full
border-top-left-radius: var(--radius-full);
border-top-right-radius: var(--radius-full);
rounded-t-(<custom-property>)
border-top-left-radius: var(<custom-property>);
border-top-right-radius: var(<custom-property>);
rounded-t-[<value>]
border-top-left-radius: <value>;
border-top-right-radius: <value>;
rounded-r-xs
border-top-right-radius: var(--radius-xs);
border-bottom-right-radius: var(--radius-xs);
rounded-r-sm
border-top-right-radius: var(--radius-sm);
border-bottom-right-radius: var(--radius-sm);
rounded-r-md
border-top-right-radius: var(--radius-md);
border-bottom-right-radius: var(--radius-md);
rounded-r-lg
border-top-right-radius: var(--radius-lg);
border-bottom-right-radius: var(--radius-lg);
rounded-r-xl
border-top-right-radius: var(--radius-xl);
border-bottom-right-radius: var(--radius-xl);
rounded-r-2xl
border-top-right-radius: var(--radius-2xl);
border-bottom-right-radius: var(--radius-2xl);
rounded-r-3xl
border-top-right-radius: var(--radius-3xl);
border-bottom-right-radius: var(--radius-3xl);
rounded-r-4xl
border-top-right-radius: var(--radius-4xl);
border-bottom-right-radius: var(--radius-4xl);
rounded-r-none
border-bottom-right-radius: 0;
border-top-right-radius: 0;
rounded-r-full
border-top-right-radius: var(--radius-full);
border-bottom-right-radius: var(--radius-full);
rounded-r-(<custom-property>)
border-top-right-radius: var(<custom-property>);
border-bottom-right-radius: var(<custom-property>);
rounded-r-[<value>]
border-top-right-radius: <value>;
border-bottom-right-radius: <value>;
rounded-b-xs
border-bottom-right-radius: var(--radius-xs);
border-bottom-left-radius: var(--radius-xs);
rounded-b-sm
border-bottom-right-radius: var(--radius-sm);
border-bottom-left-radius: var(--radius-sm);
rounded-b-md
border-bottom-right-radius: var(--radius-md);
border-bottom-left-radius: var(--radius-md);
rounded-b-lg
border-bottom-right-radius: var(--radius-lg);
border-bottom-left-radius: var(--radius-lg);
rounded-b-xl
border-bottom-right-radius: var(--radius-xl);
border-bottom-left-radius: var(--radius-xl);
rounded-b-2xl
border-bottom-right-radius: var(--radius-2xl);
border-bottom-left-radius: var(--radius-2xl);
rounded-b-3xl
border-bottom-right-radius: var(--radius-3xl);
border-bottom-left-radius: var(--radius-3xl);
rounded-b-4xl
border-bottom-right-radius: var(--radius-4xl);
border-bottom-left-radius: var(--radius-4xl);
rounded-b-none
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
rounded-b-full
border-bottom-right-radius: var(--radius-full);
border-bottom-left-radius: var(--radius-full);
rounded-b-(<custom-property>)
border-bottom-right-radius: var(<custom-property>);
border-bottom-left-radius: var(<custom-property>);
rounded-b-[<value>]
border-bottom-right-radius: <value>;
border-bottom-left-radius: <value>;
rounded-l-xs
border-top-left-radius: var(--radius-xs);
border-bottom-left-radius: var(--radius-xs);
rounded-l-sm
border-top-left-radius: var(--radius-sm);
border-bottom-left-radius: var(--radius-sm);
rounded-l-md
border-top-left-radius: var(--radius-md);
border-bottom-left-radius: var(--radius-md);
rounded-l-lg
border-top-left-radius: var(--radius-lg);
border-bottom-left-radius: var(--radius-lg);
rounded-l-xl
border-top-left-radius: var(--radius-xl);
border-bottom-left-radius: var(--radius-xl);
rounded-l-2xl
border-top-left-radius: var(--radius-2xl);
border-bottom-left-radius: var(--radius-2xl);
rounded-l-3xl
border-top-left-radius: var(--radius-3xl);
border-bottom-left-radius: var(--radius-3xl);
rounded-l-4xl
border-top-left-radius: var(--radius-4xl);
border-bottom-left-radius: var(--radius-4xl);
rounded-l-none
border-bottom-left-radius: 0;
border-top-left-radius: 0;
rounded-l-full
border-top-left-radius: var(--radius-full);
border-bottom-left-radius: var(--radius-full);
rounded-l-(<custom-property>)
border-top-left-radius: var(<custom-property>);
border-bottom-left-radius: var(<custom-property>);
rounded-l-[<value>]
border-top-left-radius: <value>;
border-bottom-left-radius: <value>;
rounded-tl-xsborder-top-left-radius: var(--radius-xs);
rounded-tl-smborder-top-left-radius: var(--radius-sm);
rounded-tl-mdborder-top-left-radius: var(--radius-md);
rounded-tl-lgborder-top-left-radius: var(--radius-lg);
rounded-tl-xlborder-top-left-radius: var(--radius-xl);
rounded-tl-2xlborder-top-left-radius: var(--radius-2xl);
rounded-tl-3xlborder-top-left-radius: var(--radius-3xl);
rounded-tl-4xlborder-top-left-radius: var(--radius-4xl);
rounded-tl-noneborder-top-left-radius: 0;
rounded-tl-fullborder-top-left-radius: var(--radius-full);
rounded-tl-(<custom-property>)border-top-left-radius: var(<custom-property>);
rounded-tl-[<value>]border-top-left-radius: <value>;
rounded-tr-xsborder-top-right-radius: var(--radius-xs);
rounded-tr-smborder-top-right-radius: var(--radius-sm);
rounded-tr-mdborder-top-right-radius: var(--radius-md);
rounded-tr-lgborder-top-right-radius: var(--radius-lg);
rounded-tr-xlborder-top-right-radius: var(--radius-xl);
rounded-tr-2xlborder-top-right-radius: var(--radius-2xl);
rounded-tr-3xlborder-top-right-radius: var(--radius-3xl);
rounded-tr-4xlborder-top-right-radius: var(--radius-4xl);
rounded-tr-noneborder-top-right-radius: 0;
rounded-tr-fullborder-top-right-radius: var(--radius-full);
rounded-tr-(<custom-property>)border-top-right-radius: var(<custom-property>);
rounded-tr-[<value>]border-top-right-radius: <value>;
rounded-bl-xsborder-bottom-left-radius: var(--radius-xs);
rounded-bl-smborder-bottom-left-radius: var(--radius-sm);
rounded-bl-mdborder-bottom-left-radius: var(--radius-md);
rounded-bl-lgborder-bottom-left-radius: var(--radius-lg);
rounded-bl-xlborder-bottom-left-radius: var(--radius-xl);
rounded-bl-2xlborder-bottom-left-radius: var(--radius-2xl);
rounded-bl-3xlborder-bottom-left-radius: var(--radius-3xl);
rounded-bl-4xlborder-bottom-left-radius: var(--radius-4xl);
rounded-bl-noneborder-bottom-left-radius: 0;
rounded-bl-fullborder-bottom-left-radius: var(--radius-full);
rounded-bl-(<custom-property>)border-bottom-left-radius: var(<custom-property>);
rounded-bl-[<value>]border-bottom-left-radius: <value>;
rounded-br-xsborder-bottom-right-radius: var(--radius-xs);
rounded-br-smborder-bottom-right-radius: var(--radius-sm);
rounded-br-mdborder-bottom-right-radius: var(--radius-md);
rounded-br-lgborder-bottom-right-radius: var(--radius-lg);
rounded-br-xlborder-bottom-right-radius: var(--radius-xl);
rounded-br-2xlborder-bottom-right-radius: var(--radius-2xl);
rounded-br-3xlborder-bottom-right-radius: var(--radius-3xl);
rounded-br-4xlborder-bottom-right-radius: var(--radius-4xl);
rounded-br-noneborder-bottom-right-radius: 0;
rounded-br-fullborder-bottom-right-radius: var(--radius-full);
rounded-br-(<custom-property>)border-bottom-right-radius: var(<custom-property>);
rounded-br-[<value>]border-bottom-right-radius: <value>;