Skip to content

Commit b8e04a9

Browse files
authored
refactor(plugins/Communication): Add styling for Communication section
1 parent 25fae6f commit b8e04a9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/editors/Communication.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,19 @@ export default class CommunicationPlugin extends LitElement {
7373
width: 100vw;
7474
}
7575
76+
h1 {
77+
color: var(--mdc-theme-on-surface);
78+
font-family: 'Roboto', sans-serif;
79+
font-weight: 300;
80+
overflow: hidden;
81+
white-space: nowrap;
82+
text-overflow: ellipsis;
83+
margin: 0px;
84+
line-height: 48px;
85+
padding-left: 0.3em;
86+
transition: background-color 150ms linear;
87+
}
88+
7689
section {
7790
outline: none;
7891
padding: 8px 12px 16px;

0 commit comments

Comments
 (0)