The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/stylesheets/global/_variables.less

40 lines
868 B

@header-min-height: 60px;
@footer-min-height: 70px;
@rooms-box-width: 260px;
@flex-tab-width: 400px;
@flex-tab-webrtc-width: 400px;
@flex-tab-webrtc-2-width: 850px;
// Colors
// --------------
@content-background-color: #FFF;
@primary-background-color: #04436A;
@secondary-background-color: #F4F4F4;
@tertiary-background-color: #EAEAEA;
@primary-font-color: #444444;
@secondary-font-color: #7F7F7F;
@tertiary-font-color: rgba(255, 255, 255, 0.6);
@input-font-color: rgba(255, 255, 255, 0.85);
@link-font-color: #008CE3;
@info-font-color: #AAAAAA;
@info-active-font-color: #FF0000;
@smallprint-font-color: #C2E7FF;
@smallprint-hover-color: white;
@status-online: #35AC19;
@status-offline: rgba(150, 150, 150, 0.50);
@status-busy: #D30230;
@status-away: #FCB316;
@code-background: #F8F8F8;
@code-border: #CCC;
@code-color: #333;
@blockquote-background: #CCC;