Skip to content

Commit b68764e

Browse files
committed
Update control radius
1 parent e1c963c commit b68764e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
-webkit-appearance: none;
5555
align-items: center;
5656
border: 1px solid transparent;
57-
border-radius: none;
57+
border-radius: 0;
5858
box-shadow: none;
5959
display: inline-flex;
6060
font-size: 1rem;
@@ -2816,7 +2816,7 @@ a {
28162816

28172817
.__rjfe__ .panel-heading {
28182818
background-color: whitesmoke;
2819-
border-radius: none none 0 0;
2819+
border-radius: 0 0 0 0;
28202820
color: #363636;
28212821
font-size: 1em;
28222822
font-weight: 600;

dist/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@charset "utf-8";
22

3-
$panel-heading-radius: none;
3+
$panel-heading-radius: 0;
44
$panel-heading-size: 1em;
55
$panel-heading-weight: 600;
6-
$control-radius: none;
6+
$control-radius: 0;
77

88
@import "../../node_modules/bulma/sass/utilities/_all.sass";
99
@import "../../node_modules/bulma/sass/base/_all.sass";

0 commit comments

Comments
 (0)