forked from angular-split/angular-split
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.scss
More file actions
54 lines (45 loc) · 664 Bytes
/
styles.scss
File metadata and controls
54 lines (45 loc) · 664 Bytes
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
@use 'angular-split/theme';
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #f9f9f9;
}
pre {
margin: 15px;
padding: 10px 30px;
background: rgba(249, 214, 118, 0.3);
}
sp-ex-changelog {
h1 {
font-size: 24px;
border-bottom: 1px solid #ddd;
color: #777777;
padding-bottom: 15px;
margin-top: 35px;
}
h3 {
font-size: 20px;
}
p {
font-size: 16px;
}
}
.split-example-page {
display: block;
width: 100%;
margin: 50px 0;
}
.split-example {
height: 300px;
outline: 5px dashed #f9d676;
margin: 20px;
}
split-area > p {
padding: 15px;
}
code {
color: #bb7a00;
}