first commit
This commit is contained in:
commit
73b678e688
5 changed files with 608 additions and 0 deletions
41
styles.css
Normal file
41
styles.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
.timezone-profile-item {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: 28px 16px 4px;
|
||||
background: var(--profile-body-background-color, var(--background-primary));
|
||||
border-radius: 4px;
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
[class*="topSection"] .timezone-profile-item {
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
.timezone-message-item {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.vc-timezone-modal-header {
|
||||
place-content: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.vc-timezone-modal-header h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.vc-timezone-modal-content {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.vc-timezone-modal-footer {
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.timezone-tooltip {
|
||||
max-width: none!important;
|
||||
white-space: nowrap
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue