Skip to content

Commit 1d3dc79

Browse files
committed
fix: Fixed some Stylus variables
1 parent d07d81a commit 1d3dc79

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

preview/src/pages/card/view.card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
<div class="card">
118118
<div class="item">
119-
<div class="item-avatar"><img src="assets/avatar.png"></div>
119+
<img class="avatar" src="assets/avatar.png">
120120
<div class="item-content">
121121
<div class="item-label">
122122
<p class="item-title">Gina</p>

src/themes/ios/tabs.theme.ios.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $tabs-active-color ?= $primary
55
$tabs-background-color ?= $screen-marginals-background-color
66
$tabs-highlight-color ?= strong-active-color($tabs-background-color)
77

8+
$tabs-font-size ?= 1rem
89
$tabs-icon-font-size ?= (2.3 * $screen-marginals-font-size)
910
$tabs-font-weight ?= $screen-marginals-font-weight
1011
$tabs-label-margin ?= 3px 0 0 0

src/themes/mat/list.theme.mat.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $list-stripe-color ?= #f2f2f2
44

55
$list-header-color ?= #858585
66
$list-header-background-color ?= white
7-
$list-divider-font-size ?= .9rem
8-
$list-divider-text-transform ?= none
7+
$list-header-font-size ?= 1rem
8+
$list-header-text-transform ?= none
99
$list-margin ?= .5rem 0 1rem 0
1010

1111
$item-font-size ?= 1rem

src/themes/mat/tabs.theme.mat.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $tabs-active-color ?= $screen-marginals-color
55
$tabs-background-color ?= $screen-marginals-background-color
66
$tabs-highlight-color ?= strong-active-color($tabs-background-color)
77

8+
$tabs-font-size ?= 1rem
89
$tabs-icon-font-size ?= (1.5 * $screen-marginals-font-size)
910
$tabs-font-weight ?= $screen-marginals-font-weight
1011
$tabs-label-margin ?= 0 0 0 5px

0 commit comments

Comments
 (0)