File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
ux.symfony.com/assets/styles/sections Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 7
7
-webkit-background-clip : text ;
8
8
-webkit-text-fill-color : transparent ;
9
9
font-style : normal ;
10
+ filter : brightness (102% ) contrast (200% ) saturate (100% ) drop-shadow (1px 1px 3px #0008 );
11
+ letter-spacing : 0 ;
10
12
}
11
13
12
14
.hero-background {
Original file line number Diff line number Diff line change 82
82
font-size : 1rem ;
83
83
font-weight : 500 ;
84
84
letter-spacing : 0 ;
85
- opacity : .85 ;
85
+ opacity : .9 ;
86
86
transition : opacity 250ms ;
87
87
padding : 0 ;
88
88
border : none ;
109
109
110
110
.AppNav_badge {
111
111
position : absolute ;
112
- color : lightskyblue ;
113
112
right : -1rem ;
114
113
top : -.75rem ;
115
114
text-align : right ;
116
115
padding : .2rem .4rem ;
117
- font-size : .75rem ;
118
- border : 1px solid var (--color-text );
119
- font-stretch : condensed ;
116
+ font-size : .5rem ;
120
117
font-family : var (--font-family-text );
121
- height : 1rem ;
122
- line-height : normal ;
118
+ text-transform : uppercase ;
119
+ line-height : 1 ;
120
+ background : rgba (0 ,0 ,0 ,0.1 );
121
+ border-radius : .25rem ;
122
+ opacity : 0.75 ;
123
+ display : flex ;
124
+ }
125
+ .AppNav_badge :after {
126
+ content : attr (data-content );
127
+ color : inherit ;
123
128
}
124
129
@media (max-width : 859px ) {
125
130
.AppNav_badge {
126
131
display : none ;
127
132
}
128
133
}
129
-
130
- @media (max-width : 360px ) {
131
- .ThemeSwitcher + .AppNav_item {
132
- display : none ;
133
- }
134
- }
You can’t perform that action at this time.
0 commit comments