matcha-core 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core.scss +12 -0
- package/matcha-core.css +80 -0
- package/matcha-core.min.css +1 -1
- package/package.json +1 -1
package/core.scss
CHANGED
|
@@ -1132,6 +1132,18 @@ $helper-breakpoints: (
|
|
|
1132
1132
|
}
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
|
+
.radius#{$infix}-full {
|
|
1136
|
+
border-radius: 9999px;
|
|
1137
|
+
}
|
|
1138
|
+
.radius#{$infix}-full--force {
|
|
1139
|
+
border-radius: 9999px !important;
|
|
1140
|
+
}
|
|
1141
|
+
.radius#{$infix}-none {
|
|
1142
|
+
border-radius: 0;
|
|
1143
|
+
}
|
|
1144
|
+
.radius#{$infix}-none--force {
|
|
1145
|
+
border-radius: 0 !important;
|
|
1146
|
+
}
|
|
1135
1147
|
}
|
|
1136
1148
|
}
|
|
1137
1149
|
// Classe para borda nula
|
package/matcha-core.css
CHANGED
|
@@ -62957,6 +62957,22 @@
|
|
|
62957
62957
|
border-radius: 0 16px 16px 0 !important;
|
|
62958
62958
|
}
|
|
62959
62959
|
|
|
62960
|
+
.radius-full {
|
|
62961
|
+
border-radius: 9999px;
|
|
62962
|
+
}
|
|
62963
|
+
|
|
62964
|
+
.radius-full--force {
|
|
62965
|
+
border-radius: 9999px !important;
|
|
62966
|
+
}
|
|
62967
|
+
|
|
62968
|
+
.radius-none {
|
|
62969
|
+
border-radius: 0;
|
|
62970
|
+
}
|
|
62971
|
+
|
|
62972
|
+
.radius-none--force {
|
|
62973
|
+
border-radius: 0 !important;
|
|
62974
|
+
}
|
|
62975
|
+
|
|
62960
62976
|
@media screen and (min-width: 600px) {
|
|
62961
62977
|
.radius-sm-0 {
|
|
62962
62978
|
border-radius: 0px;
|
|
@@ -63281,6 +63297,22 @@
|
|
|
63281
63297
|
.radius-sm-right-16--force {
|
|
63282
63298
|
border-radius: 0 16px 16px 0 !important;
|
|
63283
63299
|
}
|
|
63300
|
+
|
|
63301
|
+
.radius-sm-full {
|
|
63302
|
+
border-radius: 100%;
|
|
63303
|
+
}
|
|
63304
|
+
|
|
63305
|
+
.radius-sm-full--force {
|
|
63306
|
+
border-radius: 100% !important;
|
|
63307
|
+
}
|
|
63308
|
+
|
|
63309
|
+
.radius-sm-none {
|
|
63310
|
+
border-radius: 0;
|
|
63311
|
+
}
|
|
63312
|
+
|
|
63313
|
+
.radius-sm-none--force {
|
|
63314
|
+
border-radius: 0 !important;
|
|
63315
|
+
}
|
|
63284
63316
|
}
|
|
63285
63317
|
|
|
63286
63318
|
@media screen and (min-width: 1024px) {
|
|
@@ -63607,6 +63639,22 @@
|
|
|
63607
63639
|
.radius-md-right-16--force {
|
|
63608
63640
|
border-radius: 0 16px 16px 0 !important;
|
|
63609
63641
|
}
|
|
63642
|
+
|
|
63643
|
+
.radius-md-full {
|
|
63644
|
+
border-radius: 100%;
|
|
63645
|
+
}
|
|
63646
|
+
|
|
63647
|
+
.radius-md-full--force {
|
|
63648
|
+
border-radius: 100% !important;
|
|
63649
|
+
}
|
|
63650
|
+
|
|
63651
|
+
.radius-md-none {
|
|
63652
|
+
border-radius: 0;
|
|
63653
|
+
}
|
|
63654
|
+
|
|
63655
|
+
.radius-md-none--force {
|
|
63656
|
+
border-radius: 0 !important;
|
|
63657
|
+
}
|
|
63610
63658
|
}
|
|
63611
63659
|
|
|
63612
63660
|
@media screen and (min-width: 1440px) {
|
|
@@ -63933,6 +63981,22 @@
|
|
|
63933
63981
|
.radius-lg-right-16--force {
|
|
63934
63982
|
border-radius: 0 16px 16px 0 !important;
|
|
63935
63983
|
}
|
|
63984
|
+
|
|
63985
|
+
.radius-lg-full {
|
|
63986
|
+
border-radius: 100%;
|
|
63987
|
+
}
|
|
63988
|
+
|
|
63989
|
+
.radius-lg-full--force {
|
|
63990
|
+
border-radius: 100% !important;
|
|
63991
|
+
}
|
|
63992
|
+
|
|
63993
|
+
.radius-lg-none {
|
|
63994
|
+
border-radius: 0;
|
|
63995
|
+
}
|
|
63996
|
+
|
|
63997
|
+
.radius-lg-none--force {
|
|
63998
|
+
border-radius: 0 !important;
|
|
63999
|
+
}
|
|
63936
64000
|
}
|
|
63937
64001
|
|
|
63938
64002
|
@media screen and (min-width: 1920px) {
|
|
@@ -64259,6 +64323,22 @@
|
|
|
64259
64323
|
.radius-xl-right-16--force {
|
|
64260
64324
|
border-radius: 0 16px 16px 0 !important;
|
|
64261
64325
|
}
|
|
64326
|
+
|
|
64327
|
+
.radius-xl-full {
|
|
64328
|
+
border-radius: 100%;
|
|
64329
|
+
}
|
|
64330
|
+
|
|
64331
|
+
.radius-xl-full--force {
|
|
64332
|
+
border-radius: 100% !important;
|
|
64333
|
+
}
|
|
64334
|
+
|
|
64335
|
+
.radius-xl-none {
|
|
64336
|
+
border-radius: 0;
|
|
64337
|
+
}
|
|
64338
|
+
|
|
64339
|
+
.radius-xl-none--force {
|
|
64340
|
+
border-radius: 0 !important;
|
|
64341
|
+
}
|
|
64262
64342
|
}
|
|
64263
64343
|
|
|
64264
64344
|
.border-none {
|