equal
deleted
inserted
replaced
116 max-height: calc(100% - 20px); |
116 max-height: calc(100% - 20px); |
117 overflow-y: auto; |
117 overflow-y: auto; |
118 } |
118 } |
119 } |
119 } |
120 .notes-list { |
120 .notes-list { |
|
121 min-width: 75%; |
121 overflow-y: auto; |
122 overflow-y: auto; |
122 } |
123 } |
123 } |
124 } |
124 } |
125 } |
125 |
126 |
127 from { transform: rotate(0deg); } |
128 from { transform: rotate(0deg); } |
128 to { transform: rotate(360deg); } |
129 to { transform: rotate(360deg); } |
129 } |
130 } |
130 |
131 |
131 .note { |
132 .note { |
|
133 display: flex; |
132 position: relative; |
134 position: relative; |
133 padding-left: 70px; |
135 padding-left: 70px; |
134 margin-bottom: 20px; |
136 margin-bottom: 20px; |
135 min-height: ($line-height-computed * 3); |
137 min-height: ($line-height-computed * 3); |
136 |
138 |
157 } |
159 } |
158 .finish { |
160 .finish { |
159 bottom: 0; |
161 bottom: 0; |
160 left: 0; |
162 left: 0; |
161 } |
163 } |
|
164 |
|
165 &-content { |
|
166 width: 66.6666%; |
|
167 } |
|
168 |
|
169 &-margin-comment { |
|
170 width: 33.3333%; |
|
171 } |
162 } |
172 } |
163 |
173 |
164 span.annotation { |
174 span.annotation { |
165 background-color: yellow; |
175 background-color: yellow; |
166 text-decoration-line: underline; |
176 text-decoration-line: underline; |