Skip to content

Commit

Permalink
publish: docs: Add example for Buttons and IconButton
Browse files Browse the repository at this point in the history
generated from commit 33d58b3
  • Loading branch information
cozycloud committed Oct 14, 2024
1 parent 3b5ca49 commit 9ed9ecc
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.2807fb6d.js"></script>
<script src="build/bundle.9c7b2f37.js"></script>
</body>
</html>
72 changes: 36 additions & 36 deletions react/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,105 +637,105 @@ body {
background-color: var(--white) !important;
}
.u-bdrs-0 {
border-radius: 0;
border-radius: 0 !important;
}
.u-bdrs-1 {
border-radius: 0.125rem;
border-radius: 0.125rem !important;
}
.u-bdrs-2 {
border-radius: 0.188rem;
border-radius: 0.188rem !important;
}
.u-bdrs-3 {
border-radius: 0.25rem;
border-radius: 0.25rem !important;
}
.u-bdrs-4 {
border-radius: 0.5rem;
border-radius: 0.5rem !important;
}
.u-bdrs-circle {
border-radius: 100%;
border-radius: 100% !important;
}
.u-bdw-0 {
border-width: 0;
border-width: 0 !important;
}
.u-bdw-1 {
border-width: 0.125rem;
border-width: 0.125rem !important;
}
@media (max-width: 30rem) {
.u-bdrs-0-t {
border-radius: 0;
border-radius: 0 !important;
}
.u-bdrs-1-t {
border-radius: 0.125rem;
border-radius: 0.125rem !important;
}
.u-bdrs-2-t {
border-radius: 0.188rem;
border-radius: 0.188rem !important;
}
.u-bdrs-3-t {
border-radius: 0.25rem;
border-radius: 0.25rem !important;
}
.u-bdrs-4-t {
border-radius: 0.5rem;
border-radius: 0.5rem !important;
}
.u-bdrs-circle-t {
border-radius: 100%;
border-radius: 100% !important;
}
.u-bdw-0-t {
border-width: 0;
border-width: 0 !important;
}
.u-bdw-1-t {
border-width: 0.125rem;
border-width: 0.125rem !important;
}
}
@media (max-width: 48rem) {
.u-bdrs-0-s {
border-radius: 0;
border-radius: 0 !important;
}
.u-bdrs-1-s {
border-radius: 0.125rem;
border-radius: 0.125rem !important;
}
.u-bdrs-2-s {
border-radius: 0.188rem;
border-radius: 0.188rem !important;
}
.u-bdrs-3-s {
border-radius: 0.25rem;
border-radius: 0.25rem !important;
}
.u-bdrs-4-s {
border-radius: 0.5rem;
border-radius: 0.5rem !important;
}
.u-bdrs-circle-s {
border-radius: 100%;
border-radius: 100% !important;
}
.u-bdw-0-s {
border-width: 0;
border-width: 0 !important;
}
.u-bdw-1-s {
border-width: 0.125rem;
border-width: 0.125rem !important;
}
}
@media (max-width: 63.938rem) {
.u-bdrs-0-m {
border-radius: 0;
border-radius: 0 !important;
}
.u-bdrs-1-m {
border-radius: 0.125rem;
border-radius: 0.125rem !important;
}
.u-bdrs-2-m {
border-radius: 0.188rem;
border-radius: 0.188rem !important;
}
.u-bdrs-3-m {
border-radius: 0.25rem;
border-radius: 0.25rem !important;
}
.u-bdrs-4-m {
border-radius: 0.5rem;
border-radius: 0.5rem !important;
}
.u-bdrs-circle-m {
border-radius: 100%;
border-radius: 100% !important;
}
.u-bdw-0-m {
border-width: 0;
border-width: 0 !important;
}
.u-bdw-1-m {
border-width: 0.125rem;
border-width: 0.125rem !important;
}
}
.u-bxz {
Expand Down Expand Up @@ -3116,16 +3116,16 @@ body {
opacity: 0;
}
.u-ov-visible {
overflow: visible;
overflow: visible !important;
}
.u-ov-hidden {
overflow: hidden;
overflow: hidden !important;
}
.u-ov-scroll {
overflow: scroll;
overflow: scroll !important;
}
.u-ov-auto {
overflow: auto;
overflow: auto !important;
}
.u-p-0 {
padding: 0 !important;
Expand Down
Loading

0 comments on commit 9ed9ecc

Please sign in to comment.