app/assets/stylesheets/sass-zero/breadboard.scss in sass-zero-0.0.47 vs app/assets/stylesheets/sass-zero/breadboard.scss in sass-zero-0.0.48
- old
+ new
@@ -61,11 +61,11 @@
appearance: none;
background-color: $transparent;
border-radius: $radius-input;
border-width: $border;
padding: $size-2 $size-3;
- width: $size-full;
+ width: $w-full;
&--select {
background-image: var(--image-bg-select);
background-position: right $size-2 center;
background-repeat: no-repeat;
@@ -171,10 +171,10 @@
blockquote, figure, p, pre, table, ul, ol, dl {
margin-bottom: $size-6;
}
table {
- width: $size-full;
+ width: $w-full;
}
td, th {
border-bottom-width: $border;
padding: $size-3 $size-4;