Newer
Older
$fa-font-path: '~font-awesome/fonts';
@import '~font-awesome/scss/font-awesome';
@import './elements/elements';
@import './panes/panes';
$border: #ccc;
$dark-gray: #999;
$light-gray: #ddd;
$primary: #eee;
$ultra-light-gray: #fafafa;
$toolbar-active-bg: rgba(204, 204, 204, .75);
$transparent-black: rgba(0, 0, 0, .75);
$white: #fff;
// track changes
$inactive-grey: #404040;
$active-blue: #4a90e2;
.editor-wrapper {
height: 90vh;
position: relative;
.track-changes-mode {
line-height: 38px;
}
.sc-prose-editor-overlay-tools .se-active-tools .sc-comment-icon {
top: 0;
}
.sc-comment-pane-list li .comment-list .single-comment-row {
padding: 3px 12px;
}
.sc-overlay .se-active-tools .sc-overlay-bubble .sc-comment-icon {
top: 0;
}
}
.sc-prose-editor {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
background-color: $primary;
border: 1px solid $border;
border-right: 0;
@-moz-document url-prefix() {
.sc-tool-group > .sc-switch-text-type {
margin: 0;
position: relative;
top: 8px;
}
Alexandros Georgantas
committed
button {
color: $transparent-black;
height: inherit;
position: relative;
top: 5px;
}
Alexandros Georgantas
committed
.se-toggle {
background: transparent;
border: 0;
font-family: 'Fira Sans';
font-size: 14px;
outline: none;
}
.se-options {
background: transparent;
border: 0;
box-shadow: none;
top: 27px;
border: 0;
font-family: 'Fira Sans';
}
}
} // end dropdown
chris
committed
.sm-target-track-change-enable {
button {
background-color: $inactive-grey;
border-radius: 0;
chris
committed
position: relative;
}
button::after {
chris
committed
}
background-color: $active-blue;
color: $white;
chris
committed
}
.sm-target-track-change-toggle-view {
cursor: pointer;
button {
background-color: $inactive-grey;
border-radius: 0;
color: $white;
cursor: pointer;
padding: 0 19px;
position: relative;
button::after {
content: 'Changes View Off';
}
.track-changes-view-active {
background-color: #228b46;
color: $white;
padding: 0 19px
}
.track-changes-view-active::after {
chris
committed
}
}
.sm-target-document {
border-left: 1px solid $border;
}
.sm-target-track-change-enable {
}
.sm-target-document,
.sm-target-annotations,
Alexandros Georgantas
committed
.sm-target-insert,
.sm-target-default {
border-right: 1px solid $border;
.sc-button {
background: transparent;
border: 0;
border-radius: 0;
font-size: 14px;
outline: none;
padding: 0 12px;
&:hover {
background: $toolbar-active-bg;
&:disabled {
background: transparent;
}
}
.sm-active {
background: $toolbar-active-bg;
color: $black;
margin: 0;
outline: none;
padding: 0;
Alexandros Georgantas
committed
bottom: 8px;
color: $black;
content: 'x';
font-size: 8px;
left: 21px;
position: absolute;
.se-scrollable {
background-color: $primary;
border-right: 1px solid $light-gray;
margin-top: 1px;
.sidenav .sc-toolbar ul li.se-option.active {
background-color: #d8d8d8;
}
background-color: #e8e8e8;
// box-shadow: 0 0 12px $dark-gray;
Alexandros Georgantas
committed
margin-top: 149px;
.sc-toolbar {
background: transparent;
border: 0;
ul {
margin: 0;
padding: 0;
li.se-option {
padding: 3px;
}
}
.sc-switch-text-type {
bottom: 0px;
margin: 0;
padding: 0;
width: 140px;
div.se-content {
background-color: $white;
box-shadow: 0 0 8px $dark-gray;
color: $transparent-black;
font-family: 'Fira Sans';
min-height: 100vh;
padding: 3% 4% 1%;
transition: .3s;
::selection {
background: $light-gray;
}
::-moz-selection {
background: $light-gray;
}
.sc-split-pane {
position: relative;
}
.se-active-tools {
background: transparent;
border: 0;
.sc-list-ul {
list-style-type: disc;
padding-left: 19px;
}
.sc-list-ol {
list-style-type: decimal;
padding-left: 19px;
}
Alexandros Georgantas
committed
margin: 1.5% 23.6% 5% 12%;
Alexandros Georgantas
committed
transition: .3s;
}
}
.se-context-section {
background-color: $ultra-light-gray;
border-left: 1px solid $light-gray;
box-shadow: inset 0 0 10px $shadow;