Diff: STRATO-apps/wordpress_03/app/wp-includes/css/dist/admin-ui/style.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
.admin-ui-page{
2
+
background-color:#fff;
3
+
color:#2f2f2f;
4
+
container:admin-ui-page/inline-size;
5
+
display:flex;
6
+
flex-flow:column;
7
+
height:100%;
8
+
position:relative;
9
+
z-index:1;
10
+
}
11
+
@media not (prefers-reduced-motion){
12
+
.admin-ui-page{
13
+
transition:width .2s ease-out;
14
+
}
15
+
}
16
+
17
+
.admin-ui-page__header{
18
+
background:#fff;
19
+
border-bottom:1px solid #f0f0f0;
20
+
padding:16px 48px;
21
+
position:sticky;
22
+
top:0;
23
+
}
24
+
@container (max-width: 430px){
25
+
.admin-ui-page__header{
26
+
padding:16px 24px;
27
+
}
28
+
}
29
+
30
+
.admin-ui-page__header-subtitle{
31
+
color:#757575;
32
+
font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
33
+
font-size:13px;
34
+
font-weight:400;
35
+
line-height:20px;
36
+
margin:0;
37
+
padding-block-end:8px;
38
+
}
39
+
40
+
.admin-ui-page__content{
41
+
display:flex;
42
+
flex-direction:column;
43
+
flex-grow:1;
44
+
overflow:auto;
45
+
}
46
+
.admin-ui-page__content.has-padding{
47
+
padding:16px 20px;
48
+
}
49
+
@container (max-width: 430px){
50
+
.admin-ui-page__content.has-padding{
51
+
padding:16px 24px;
52
+
}
53
+
}
54
+
55
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{
56
+
padding:0 8px;
57
+
width:auto;
58
+
}
59
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{
60
+
display:none;
61
+
}
62
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{
63
+
content:attr(aria-label);
64
+
font-size:12px;
65
+
}