forked from evoko/zendesk-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_shame.scss
54 lines (47 loc) · 955 Bytes
/
_shame.scss
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
// shame - for styles that haven't yet found their place
/* make ticket follow-up start on a new line in new request heading */
.follow-up-hint {
display: block;
}
/* anchor.js links for headings */
.anchor-links {
padding-left: 0 !important;
margin-left: 0.2em !important;
}
/* copy code to clipboard button */
.code-copy-button {
position: absolute;
top: 0;
right: 0;
border: 0;
cursor: pointer;
padding: 2px 4px;
background-color: transparent;
opacity: 0.6;
font-size: 80%;
color: $text-color;
}
.code-copy-button:hover,
.code-copy-button:active {
opacity: 1;
}
.code-copy-button:focus {
outline: 0;
}
/* for responsive article video embed */
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}