Socialify

Folder ..

Viewing template.css
138 lines (126 loc) • 3.5 KB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
#toolbar-container {
  display: inline-block;
  border: none;
}
.ql-editing {
  left: 0px !important;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #444 !important;
  border: none !important;
  outline: none !important;
}
.edit-button {
  display: inline-block !important;
  /* padding: 2px 8px !important; */
  margin-bottom: 0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  cursor: default !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) !important;
  -webkit-app-region: no-drag !important;
  font-family: SFProtext !important;
}

.editor-button {
  color: #333 !important;
  border-top-color: #c2c0c2 !important;
  border-right-color: #c2c0c2 !important;
  border-bottom-color: #a19fa1 !important;
  border-left-color: #c2c0c2 !important;
  background-color: #fcfcfc !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fcfcfc),
    color-stop(100%, #f1f1f1)
  ) !important;
  background-image: -webkit-linear-gradient(
    top,
    #fcfcfc 0%,
    #f1f1f1 100%
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #fcfcfc 0%,
    #f1f1f1 100%
  ) !important;
}

.editor-button:active {
  background-color: #ddd !important;
  background-image: none !important;
}

.editor-button-group {
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
  -webkit-app-region: no-drag !important;
}

.editor-button-group .edit-button {
  position: relative !important;
  float: left !important;
}

.editor-button-group .edit-button:focus,
.editor-button-group .edit-button:active {
  z-index: 2 !important;
}

.editor-button-group .edit-button.edit-button-active {
  z-index: 3 !important;
}

.editor-button-group .edit-button + .edit-button,
.editor-button-group .edit-button + .editor-button-group,
.editor-button-group .editor-button-group + .edit-button,
.editor-button-group .editor-button-group + .editor-button-group {
  margin-left: -1px !important;
}

.editor-button-group > .edit-button:last-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.editor-button-group > .edit-button:first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.editor-button-group > .edit-button:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}

.editor-button-group .edit-button + .edit-button {
  border-left: 1px solid #c2c0c2 !important;
}

.editor-button-group .edit-button + .edit-button.edit-button-active {
  border-left: 0 !important;
}

.editor-button-group .edit-button-active {
  color: #fff !important;
  border: 1px solid transparent !important;
  background-color: #6d6c6d !important;
  background-image: none !important;
}
select.ql-color {
    display: none !important;
}
select.ql-background {
    display: none !important;
}
select.ql-align {
    display: none !important;
}
select.ql-font {
    display: none !important;
}
select.ql-size {
    display: none !important;
}
.ql-snow .ql-picker-label {
    padding-left: 0px !important;
}