OSDN Git Service

change the font accordingly
authorZhiting Lin <zlin035@uottawa.ca>
Wed, 18 Apr 2018 08:31:24 +0000 (16:31 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Wed, 18 Apr 2018 08:31:24 +0000 (16:31 +0800)
src/features/transactions/components/ListItem/ListItem.scss
static/styles/_bootstrap-overrides.scss

index e96a996..575d997 100644 (file)
@@ -29,7 +29,7 @@
 
   label {
     color: $text-strong-color;
-    font-size: $font-size-caps;
+    font-size: $font-size-chrome;
     text-transform: uppercase;
     font-weight: 500;
     margin: 0 8px 0 0;
index e667579..5be242c 100644 (file)
@@ -1,6 +1,6 @@
 $grid-gutter-width: 30px;
 
-$font-size-caps: 11px;
+$font-size-caps: 12px;
 $font-size-chrome: 12px;
 $font-size-base: 13px;
 $font-size-code: $font-size-base;