Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 39550
1
$selector-height: 175px
2
3
.webapp-examples
4
+disable-user-select
5
6
.modal-header
7
white-space : nowrap;
8
h2,
9
.nav-pills,
10
.webapp-examples-search
11
margin-top : 10px
12
.btn-close,
13
button.close
14
margin-top : 10px
15
> span
16
font-size : 30px
17
18
.modal-body
19
> div.row:first-child
20
ul
21
height : $selector-height
22
overflow : auto
23
padding : 1px
24
> li
25
cursor : pointer
26
&:not(.active):hover
27
background-color : #eee
28
29
div.webapp-examples-descr,
30
pre.code
31
height : 200px
32
overflow : auto
33
+enable-user-select
34
.attr,
35
.attr a
36
font-size : 9px
37
color : grey
38
margin-top : 30px
39
text-align : right
40
41
div.modal-footer
42
padding : 10px
43
44
span.badge
45
background-color : #eee
46
color : #428bca
47
48
span.hl
49
background-color : yellow
50
.active
51
span.hl
52
color : #333
53