Skip to content

Commit b31c957

Browse files
committed
include left and right border radius classes
1 parent 0c5ba7e commit b31c957

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/less/border_radius.less

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737

3838
.borderRadius--bottom--0 { .borderRadius--bottomLeft--0; .borderRadius--bottomRight--0; }
3939

40+
.borderRadius--left--0 { .borderRadius--topLeft--0; .borderRadius--bottomLeft--0; }
41+
42+
.borderRadius--right--0 { .borderRadius--topRight--0; .borderRadius--bottomRight--0; }
43+
4044
/** @borderRadiusS */
4145
.borderRadius--s { border-radius: @borderRadiusS; }
4246

@@ -52,6 +56,10 @@
5256

5357
.borderRadius--bottom--s { .borderRadius--bottomLeft--s; .borderRadius--bottomRight--s; }
5458

59+
.borderRadius--left--s { .borderRadius--topLeft--s; .borderRadius--bottomLeft--s; }
60+
61+
.borderRadius--right--s { .borderRadius--topRight--s; .borderRadius--bottomRight--s; }
62+
5563
/** @borderRadiusM */
5664
.borderRadius--m { border-radius: @borderRadiusM; }
5765

@@ -67,6 +75,10 @@
6775

6876
.borderRadius--bottom--m { .borderRadius--bottomLeft--m; .borderRadius--bottomRight--m; }
6977

78+
.borderRadius--left--m { .borderRadius--topLeft--m; .borderRadius--bottomLeft--m; }
79+
80+
.borderRadius--right--m { .borderRadius--topRight--m; .borderRadius--bottomRight--m; }
81+
7082
/** @borderRadiusL */
7183
.borderRadius--l { border-radius: @borderRadiusL; }
7284

@@ -82,6 +94,10 @@
8294

8395
.borderRadius--bottom--l { .borderRadius--bottomLeft--l; .borderRadius--bottomRight--l; }
8496

97+
.borderRadius--left--l { .borderRadius--topLeft--l; .borderRadius--bottomLeft--l; }
98+
99+
.borderRadius--right--l { .borderRadius--topRight--l; .borderRadius--bottomRight--l; }
100+
85101
/** @borderRadiusXL */
86102
.borderRadius--xl { border-radius: @borderRadiusXL; }
87103

@@ -97,6 +113,10 @@
97113

98114
.borderRadius--bottom--xl { .borderRadius--bottomLeft--xl; .borderRadius--bottomRight--xl; }
99115

116+
.borderRadius--left--xl { .borderRadius--topLeft--xl; .borderRadius--bottomLeft--xl; }
117+
118+
.borderRadius--right--xl { .borderRadius--topRight--xl; .borderRadius--bottomRight--xl; }
119+
100120
/** @borderRadius10percent */
101121
.borderRadius--10percent { border-radius: @borderRadius10percent; }
102122

@@ -111,3 +131,7 @@
111131
.borderRadius--top--10percent { .borderRadius--topLeft--10percent; .borderRadius--topRight--10percent; }
112132

113133
.borderRadius--bottom--10percent { .borderRadius--bottomLeft--10percent; .borderRadius--bottomRight--10percent; }
134+
135+
.borderRadius--left--10percent { .borderRadius--topLeft--10percent; .borderRadius--bottomLeft--10percent; }
136+
137+
.borderRadius--right--10percent { .borderRadius--topRight--10percent; .borderRadius--bottomRight--10percent; }

0 commit comments

Comments
 (0)