Merge pull request #199 from JsSucks/branding

Branding
This commit is contained in:
Alexei Stukov 2018-08-06 15:30:57 +03:00 committed by GitHub
commit a2a334bdac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 5 deletions

View File

@ -72,7 +72,7 @@
}
&:not(:last-of-type) {
border-right: 1px solid rgba(114, 118, 126, 0.3);
// border-right: 1px solid rgba(114, 118, 126, 0.3);
}
&:not(:first-of-type) {

View File

@ -1,4 +1,6 @@
$colbdblue: #3e82e5;
$colbdgreen: #3ecc9c;
// $colbdblue: #3e82e5;
$colbdblue: $colbdgreen;
$colerr: #d84040;
$colwarn: #faa61a;
$colok: #43b581;

File diff suppressed because one or more lines are too long