br*
|
Border Radius all
|
br-0
|
.br-0 {
border-radius: 0;
}
|
.br-0
|
br-1
|
.br-1 {
border-radius: var(--bw-1);
}
|
.br-1
|
br-2
|
.br-2 {
border-radius: var(--bw-2);
}
|
.br-2
|
br-3
|
.br-3 {
border-radius: var(--bw-3);
}
|
.br-3
|
br-4
|
.br-4 {
border-radius: var(--bw-4);
}
|
.br-4
|
br-5
|
.br-5 {
border-radius: var(--bw-5);
}
|
.br-5
|
br-100
|
.br-100 {
border-radius: 100%;
}
|
.br-100
|
br-pill
|
.br-pill {
border-radius: 999px;
}
|
.br-pill
|
br-bottom*
|
Border Radius bottom
|
br-bottom-0
|
.br-bottom-0 {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
|
.br-bottom-0
|
br-bottom-1
|
.br-bottom-1 {
border-bottom-left-radius: var(--bw-1);
border-bottom-right-radius: var(--bw-1);
}
|
.br-bottom-1
|
br-bottom-2
|
.br-bottom-2 {
border-bottom-left-radius: var(--bw-2);
border-bottom-right-radius: var(--bw-2);
}
|
.br-bottom-2
|
br-bottom-3
|
.br-bottom-3 {
border-bottom-left-radius: var(--bw-3);
border-bottom-right-radius: var(--bw-3);
}
|
.br-bottom-3
|
br-bottom-4
|
.br-bottom-4 {
border-bottom-left-radius: var(--bw-4);
border-bottom-right-radius: var(--bw-4);
}
|
.br-bottom-4
|
br-bottom-5
|
.br-bottom-5 {
border-bottom-left-radius: var(--bw-5);
border-bottom-right-radius: var(--bw-5);
}
|
.br-bottom-5
|
br-bottom-100
|
.br-bottom-100 {
border-bottom-left-radius: 100%;
border-bottom-right-radius: 100%;
}
|
.br-bottom-100
|
br-bottom-pill
|
.br-bottom-pill {
border-bottom-left-radius: 999px;
border-bottom-right-radius: 999px;
}
|
.br-bottom-pill
|
br-top*
|
Border Radius top
|
br-top-0
|
.br-top-0 {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
|
.br-top-0
|
br-top-1
|
.br-top-1 {
border-top-left-radius: var(--bw-1);
border-top-right-radius: var(--bw-1);
}
|
.br-top-1
|
br-top-2
|
.br-top-2 {
border-top-left-radius: var(--bw-2);
border-top-right-radius: var(--bw-2);
}
|
.br-top-2
|
br-top-3
|
.br-top-3 {
border-top-left-radius: var(--bw-3);
border-top-right-radius: var(--bw-3);
}
|
.br-top-3
|
br-top-4
|
.br-top-4 {
border-top-left-radius: var(--bw-4);
border-top-right-radius: var(--bw-4);
}
|
.br-top-4
|
br-top-5
|
.br-top-5 {
border-top-left-radius: var(--bw-5);
border-top-right-radius: var(--bw-5);
}
|
.br-top-5
|
br-top-100
|
.br-top-100 {
border-top-left-radius: 100%;
border-top-right-radius: 100%;
}
|
.br-top-100
|
br-top-pill
|
.br-top-pill {
border-top-left-radius: 999px;
border-top-right-radius: 999px;
}
|
.br-top-pill
|
br-left*
|
Border Radius left
|
br-left-0
|
.br-left-0 {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
|
.br-left-0
|
br-left-1
|
.br-left-1 {
border-bottom-left-radius: var(--bw-1);
border-top-left-radius: var(--bw-1);
}
|
.br-left-1
|
br-left-2
|
.br-left-2 {
border-bottom-left-radius: var(--bw-2);
border-top-left-radius: var(--bw-2);
}
|
.br-left-2
|
br-left-3
|
.br-left-3 {
border-bottom-left-radius: var(--bw-3);
border-top-left-radius: var(--bw-3);
}
|
.br-left-3
|
br-left-4
|
.br-left-4 {
border-bottom-left-radius: var(--bw-4);
border-top-left-radius: var(--bw-4);
}
|
.br-left-4
|
br-left-5
|
.br-left-5 {
border-bottom-left-radius: var(--bw-5);
border-top-left-radius: var(--bw-5);
}
|
.br-left-5
|
br-left-100
|
.br-left-100 {
border-bottom-left-radius: 100%;
border-top-left-radius: 100%;
}
|
.br-left-100
|
br-left-pill
|
.br-left-pill {
border-bottom-left-radius: 999px;
border-top-left-radius: 999px;
}
|
.br-left-pill
|
br-right*
|
Border Radius right
|
br-right-0
|
.br-right-0 {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
|
.br-right-0
|
br-right-1
|
.br-right-1 {
border-bottom-right-radius: var(--bw-1);
border-top-right-radius: var(--bw-1);
}
|
.br-right-1
|
br-right-2
|
.br-right-2 {
border-bottom-right-radius: var(--bw-2);
border-top-right-radius: var(--bw-2);
}
|
.br-right-2
|
br-right-3
|
.br-right-3 {
border-bottom-right-radius: var(--bw-3);
border-top-right-radius: var(--bw-3);
}
|
.br-right-3
|
br-right-4
|
.br-right-4 {
border-bottom-right-radius: var(--bw-4);
border-top-right-radius: var(--bw-4);
}
|
.br-right-4
|
br-right-5
|
.br-right-5 {
border-bottom-right-radius: var(--bw-5);
border-top-right-radius: var(--bw-5);
}
|
.br-right-5
|
br-right-100
|
.br-right-100 {
border-bottom-right-radius: 100%;
border-top-right-radius: 100%;
}
|
.br-right-100
|
br-right-pill
|
.br-right-pill {
border-bottom-right-radius: 999px;
border-top-right-radius: 999px;
}
|
.br-right-pill
|
br-tr*
|
Border Radius top right
|
br-tr-0
|
.br-tr-0 {
border-top-right-radius: 0;
}
|
.br-tr-0
|
br-tr-1
|
.br-tr-1 {
border-top-right-radius: var(--bw-1);
}
|
.br-tr-1
|
br-tr-2
|
.br-tr-2 {
border-top-right-radius: var(--bw-2);
}
|
.br-tr-2
|
br-tr-3
|
.br-tr-3 {
border-top-right-radius: var(--bw-3);
}
|
.br-tr-3
|
br-tr-4
|
.br-tr-4 {
border-top-right-radius: var(--bw-4);
}
|
.br-tr-4
|
br-tr-5
|
.br-tr-5 {
border-top-right-radius: var(--bw-5);
}
|
.br-tr-5
|
br-tr-100
|
.br-tr-100 {
border-top-right-radius: 100%;
}
|
.br-tr-100
|
br-tr-pill
|
.br-tr-pill {
border-top-right-radius: 999px;
}
|
.br-tr-pill
|
br-br*
|
Border Radius bottom right
|
br-br-0
|
.br-br-0 {
border-bottom-right-radius: 0;
}
|
.br-br-0
|
br-br-1
|
.br-br-1 {
border-bottom-right-radius: var(--bw-1);
}
|
.br-br-1
|
br-br-2
|
.br-br-2 {
border-bottom-right-radius: var(--bw-2);
}
|
.br-br-2
|
br-br-3
|
.br-br-3 {
border-bottom-right-radius: var(--bw-3);
}
|
.br-br-3
|
br-br-4
|
.br-br-4 {
border-bottom-right-radius: var(--bw-4);
}
|
.br-br-4
|
br-br-5
|
.br-br-5 {
border-bottom-right-radius: var(--bw-5);
}
|
.br-br-5
|
br-br-100
|
.br-br-100 {
border-bottom-right-radius: 100%;
}
|
.br-br-100
|
br-br-pill
|
.br-br-pill {
border-bottom-right-radius: 999px;
}
|
.br-br-pill
|
br-tl*
|
Border Radius top left
|
br-tl-0
|
.br-tl-0 {
border-top-left-radius: 0;
}
|
.br-tl-0
|
br-tl-1
|
.br-tl-1 {
border-top-left-radius: var(--bw-1);
}
|
.br-tl-1
|
br-tl-2
|
.br-tl-2 {
border-top-left-radius: var(--bw-2);
}
|
.br-tl-2
|
br-tl-3
|
.br-tl-3 {
border-top-left-radius: var(--bw-3);
}
|
.br-tl-3
|
br-tl-4
|
.br-tl-4 {
border-top-left-radius: var(--bw-4);
}
|
.br-tl-4
|
br-tl-5
|
.br-tl-5 {
border-top-left-radius: var(--bw-5);
}
|
.br-tl-5
|
br-tl-100
|
.br-tl-100 {
border-top-left-radius: 100%;
}
|
.br-tl-100
|
br-tl-pill
|
.br-tl-pill {
border-top-left-radius: 999px;
}
|
.br-tl-pill
|
br-bl*
|
Border Radius bottom left
|
br-bl-0
|
.br-bl-0 {
border-bottom-left-radius: 0;
}
|
.br-bl-0
|
br-bl-1
|
.br-bl-1 {
border-bottom-left-radius: var(--bw-1);
}
|
.br-bl-1
|
br-bl-2
|
.br-bl-2 {
border-bottom-left-radius: var(--bw-2);
}
|
.br-bl-2
|
br-bl-3
|
.br-bl-3 {
border-bottom-left-radius: var(--bw-3);
}
|
.br-bl-3
|
br-bl-4
|
.br-bl-4 {
border-bottom-left-radius: var(--bw-4);
}
|
.br-bl-4
|
br-bl-5
|
.br-bl-5 {
border-bottom-left-radius: var(--bw-5);
}
|
.br-bl-5
|
br-bl-100
|
.br-bl-100 {
border-bottom-left-radius: 100%;
}
|
.br-bl-100
|
br-bl-pill
|
.br-bl-pill {
border-bottom-left-radius: 999px;
}
|
.br-bl-pill
|