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/_idle.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
#cocalc-idle-notification
7
z-index : 9999
8
position : fixed
9
margin : 0
10
padding : 0
11
top : 0
12
bottom : 0
13
left : 0
14
right : 0
15
background : rgba(150, 150, 150, 0.5)
16
cursor : pointer
17
div
18
color : white
19
position : absolute
20
background-color : $COL_BLUE_D
21
min-height : 100px
22
width : 350px
23
border-radius : 5px
24
padding : 15px
25
text-align : center
26
position : absolute
27
margin : auto
28
top : 100px
29
left : 0
30
right : 0
31
cursor : pointer
32
h1, h2, h3, h4
33
color : white
34
h1, h2
35
font-size : 22px
36
h3
37
font-size : 20px
38
h4
39
font-size : 16px
40
img.logo-square,
41
img.logo-rectangular
42
display: block
43
margin : 0 auto 10px auto
44
padding: 0
45
img.logo-square
46
width : 200px
47
height : 200px
48
img.logo-rectangular
49
width : 150px
50
height : auto
51
52