File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ .banner {
2
+ width : 100% ;
3
+ min-height : 2.2rem ;
4
+ text-align : center ;
5
+ padding : 1rem ;
6
+ background-color : #DFED33 ; // yellow from p5.js website
7
+ border-bottom : 1px solid #000 ;
8
+
9
+ a {
10
+ color : #000 ;
11
+ }
12
+
13
+ a :hover {
14
+ text-decoration : underline ;
15
+ }
16
+
17
+ @media (max-width : 770px ) {
18
+ min-height : 3.3rem ;
19
+ }
20
+ }
21
+
22
+ .banner-close-button {
23
+ display : flex ;
24
+ flex-direction : column ;
25
+ align-items : center ;
26
+ justify-content : center ;
27
+ height : 20px ;
28
+ width :20px ;
29
+ float : right ;
30
+ }
Original file line number Diff line number Diff line change 55
55
@import ' components/skip-link' ;
56
56
@import ' components/stars' ;
57
57
@import ' components/admonition' ;
58
+ @import ' components/banner' ;
58
59
59
60
@import ' layout/dashboard' ;
60
61
@import ' layout/ide' ;
You can’t perform that action at this time.
0 commit comments