more factoring
This commit is contained in:
parent
87fd136e21
commit
4f8d3b0e2b
6 changed files with 10 additions and 5 deletions
|
@ -58,7 +58,8 @@ limitations under the License.
|
|||
width: 25px;
|
||||
height: 5px;
|
||||
border-radius: 5px;
|
||||
background-color: rgba(118, 207, 166, 0.2);
|
||||
background-color: $accent-color;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.mx_RightPanel_headerButton_badge {
|
||||
|
|
|
@ -101,7 +101,7 @@ limitations under the License.
|
|||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
font-size: 11px;
|
||||
color: $accent-fg-color;
|
||||
color: $accent-color;
|
||||
}
|
||||
|
||||
.mx_RoomDirectory_topic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue