/[sudobot]/branches/9.x-dev/docs/styles/Search.module.css
ViewVC logotype

Annotation of /branches/9.x-dev/docs/styles/Search.module.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/css
File size: 680 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 .input {
2     background: #000;
3     color: #999;
4     border: 0;
5     outline: none;
6     padding: 5px 7px;
7     cursor: pointer;
8     }
9    
10     .root {
11     display: flex;
12     align-items: center;
13     border-bottom: 1px solid #444;
14     transition: 0.3s;
15     position: relative;
16     }
17    
18     .focused {
19     border-bottom: 1px solid #ccc;
20     }
21    
22     .root svg {
23     color: #ccc;
24     }
25    
26     .shortcut {
27     display: block;
28     position: absolute;
29     right: 5px;
30     bottom: 5px;
31     width: fit-content;
32     outline: 1px solid #555;
33     border-radius: 5px;
34     padding: 1px 5px;
35     }
36    
37     .focused .shortcut {
38     display: none;
39     }
40    
41     @media (max-width: 970px) {
42     .root {
43     display: block;
44     border-bottom: none;
45     }
46     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26