-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecord_style_default.less
More file actions
48 lines (42 loc) · 964 Bytes
/
record_style_default.less
File metadata and controls
48 lines (42 loc) · 964 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
.record_style_default() {
width:100%;
position:relative;
#__image {
max-height:80vh;
overflow:hidden;
}
#__image-img {
width:100%;
}
#__extra-top {
font-size:22px;
.color(main, 5);
position:absolute;
top:0;
left:0;
width:100%;
background:linear-gradient( to bottom, rgba(0,0,0,0.8), transparent );
font-weight:bold;
}
body.fx_mode_edit & #__extra-top, #__image_has-image #__extra-top {
}
body:not(.fx_mode_edit) & #__image_no-image #__extra-top {
position:static;
padding-top:0;
padding-bottom:0;
.color(main);
background:none;
}
#__data {
}
#__full-text {
.text();
}
#__extra-separator {
font-size:17px;
font-weight:normal;
}
#__description {
.text(@font-size:22px; @color:main 2);
}
}