CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/_profile.sass
Views: 687
1
/*
2
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3
* License: MS-RSL – see LICENSE.md for details
4
*/
5
6
.webapp-image-drop
7
min-height : 75px
8
display : flex
9
align-items : center
10
justify-content: center
11
margin-top : 5px
12
margin-bottom : 5px
13
border-radius : 4px
14
border : 1px solid #ccc
15
transition : border,background-color 300ms ease
16
&.webapp-image-drop-dragging
17
border : 1px solid purple
18
background-color : #eee
19
20