fix write page
This commit is contained in:
13
style/_variables.scss
Normal file
13
style/_variables.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Colors
|
||||
Very Very Bright Brown: #f7f2eb
|
||||
Very Bright Brown: #ede0d0
|
||||
bright brown : #e2ccb2
|
||||
dark brown : #584127
|
||||
blue lines : #2DCDFF
|
||||
red lines : #EC3B45
|
||||
*/
|
||||
|
||||
$col_main_1: #584127;
|
||||
$col_main_2: #e2ccb2;
|
||||
$col_main_3: #ede0d0;
|
||||
$col_main_4: #f7f2eb;
|
||||
@@ -4,11 +4,9 @@
|
||||
|
||||
#editor_container {
|
||||
|
||||
border: 1em solid #EDE0D0;
|
||||
border-radius: 0.5em;
|
||||
height: calc(100% - 4em);
|
||||
overflow: hidden;
|
||||
position:relative;
|
||||
position: relative;
|
||||
|
||||
#editor_content {
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,11 +1,6 @@
|
||||
/* Colors
|
||||
Very Very Bright Brown: #f7f2eb
|
||||
Very Bright Brown: #ede0d0
|
||||
bright brown : #e2ccb2
|
||||
dark brown : #584127
|
||||
blue lines : #2DCDFF
|
||||
red lines : #EC3B45
|
||||
*/
|
||||
/* Variables */
|
||||
|
||||
@import 'variables';
|
||||
|
||||
/* Fonts */
|
||||
|
||||
@@ -228,8 +223,9 @@ a.calendar_direction {
|
||||
bottom:2em;
|
||||
right:0;
|
||||
left:0;
|
||||
background:#EDE0D0;
|
||||
border-radius: 0.5em;
|
||||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
/* Read */
|
||||
|
||||
Reference in New Issue
Block a user