File size: 501 Bytes
1e92f2d |
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 |
@import "@automattic/typography/styles/variables";
.help-center .help-center__container {
.back-button__help-center {
display: flex;
color: #000;
font-size: $font-body-small;
padding: 0;
gap: 4px;
cursor: pointer;
}
.help-center-back-button__header {
height: 50px;
display: flex;
width: 100%;
position: absolute;
top: 50px;
background: var(--color-surface);
z-index: 99;
border-bottom: 1px solid var(--studio-gray-0);
padding: 0 16px;
box-sizing: border-box;
}
}
|