diff options
author | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-27 01:05:50 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-27 01:05:50 -0400 |
commit | 63a5fe7906716a98d9b51a3bb30f23f45114ef83 (patch) | |
tree | 4ac3aa460b329f6430e8e2595a45b6ff54ae3b3b /src/components/shared-styles.js | |
parent | 84e15b866786854073feefce2392b47a3d84d724 (diff) |
Created dedicated tutoring page and styled it a little.
Diffstat (limited to 'src/components/shared-styles.js')
-rw-r--r-- | src/components/shared-styles.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/shared-styles.js b/src/components/shared-styles.js index 4e938ed..02ea4bf 100644 --- a/src/components/shared-styles.js +++ b/src/components/shared-styles.js @@ -56,5 +56,12 @@ export const SharedStyles = html` font-size: 30px; line-height: 64px; } + + .underline { + border-bottom: 1px solid var(--app-primary-color); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } </style> `; |