diff options
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> `; |