-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathdata-carousel.component.scss
More file actions
72 lines (67 loc) · 1.05 KB
/
data-carousel.component.scss
File metadata and controls
72 lines (67 loc) · 1.05 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
carousel {
display: block;
max-width: 1000px;
// min-width: 1000px;
}
.navigator-wrapper {
display: flex;
justify-content: center;
button {
margin: 0 1em;
width: 50px;
}
}
#carousel-wrapper {
width: 96%;
max-width: 960px;
margin: 0 auto;
}
#video{
width: 100%;
max-width: 400px;
height: auto;
}
.carousel-multimedia {
display: block;
max-width: 100%;
margin-bottom: 1rem;
padding-top: 60px;
margin: auto;
}
span.key {
color: #656565;
}
//active-hover: https://stackoverflow.com/questions/16715274
.btn-del:hover, .btn-del:active:hover {
color: #dc3545;
}
.editing-wrapper{
max-width: 300px;
margin: 0 auto;
}
#insert-btn{
position: absolute;
top: 4em;
right:2em;
}
#insert-wrapper{
margin: 0 auto;
max-width: 300px;
}
//.download
.list-group-item .download{
opacity:.4;
text-decoration: none;
color: black;
padding: 0.3em 0.5em;
}
.list-group-item:hover .download{
opacity:.7;
}
.list-group-item .download:hover{
opacity: 1;
}
.space-between {
display: flex;
justify-content: space-between;
}