Skip to content

Commit

Permalink
added renamed main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Meowyam committed Sep 17, 2024
1 parent 9f20ee4 commit ec2a921
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/assets/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@import '~bulma';
/*- @import '~bulmaswatch/darkly/bulmaswatch';
-@import '~bulma-list/sass/bulma-list';*/

.is-radio-button {
input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
}

.is-disabled {
cursor: not-allowed;
pointer-events: none;
color: transparent;
opacity: 0.6;
}

:root {
--card-border-width: 1px;
--card-border-color: rgba(0, 0, 0, 0.125);
}

.card-border {
border: var(--card-border-width, 1px) solid var(--card-border-color, rgba(0, 0, 0, 0.125));
}

0 comments on commit ec2a921

Please sign in to comment.