1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00

Updating UI

This commit is contained in:
Asaad Mahmood 2022-05-10 17:18:01 +05:00
parent 12688f122c
commit 1e828204a4
2 changed files with 9 additions and 2 deletions

View File

@ -1,11 +1,12 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
.CloudMessage {
background-color: var(--sidebar-text-active-border-rgb);
background-color: rgb(var(--sidebar-text-active-border-rgb));
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
font-weight: 600;
div {
width: 100%;
@ -19,8 +20,13 @@
padding: 10px;
color: #fff;
.CompassIcon {
font-size: 18px;
margin-right: 2px;
}
.Button {
margin-left: 10px;
margin-left: 8px;
background-color: rgba(255, 255, 255, 0.16);
}
}

View File

@ -1,4 +1,5 @@
.IconButton {
cursor: pointer;
border-radius: 4px;
height: 24px;
width: 24px;