forked from cpprefjp/kunai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowser.css
More file actions
34 lines (29 loc) · 740 Bytes
/
browser.css
File metadata and controls
34 lines (29 loc) · 740 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
body.kunai {
nav[role="navigation"] {
.navbar-header {
.navbar-brand {
.title {
&:after {
content: "[kunai-testing]";
position: absolute;
top: 10px;
right: 10px;
line-height: 1.5;
font-size: 14px;
display: block;
width: 10em;
font-weight: bold;
$c: rgb(240, 36, 54);
background: rgb(from $c r g b / 0.2);
border: 3px dashed rgb(from $c r g b / 0.6);
box-sizing: border-box;
color: rgba(20, 20, 20, 0.6);
padding: .2em .4em;
margin-left: 1em;
z-index: 999999;
}
}
}
}
}
}