diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-25 16:10:14 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-25 16:10:43 +0300 |
| commit | a6ca923a7695477f57367bf3dd95bdf41a4b64a4 (patch) | |
| tree | d450b5f7ad1e5803b37bdd6fc6da00197daf4a43 /src/components/tab_switcher/tab_switcher.scss | |
| parent | 79c03984bcf63387863f6979849c39ff5f404186 (diff) | |
icons update
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.scss')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index f994380f..129a68b7 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -3,6 +3,11 @@ .tab-switcher { display: flex; + .tab-icon { + font-size: 2em; + display: block; + } + &.top-tabs { flex-direction: column; > .tabs { |
