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.
|
@charset "UTF-8";
|
|
|
|
// Global Variables
|
|
|
|
$prefix : ".editormd-";
|
|
$color : #666;
|
|
$mainColor : #2196F3;
|
|
$primaryColor : $mainColor;
|
|
$secondColor : #33CC66;
|
|
$thirdColor : #999999;
|
|
$borderColor : #ddd; |