Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@import "@wordpress/base-styles/breakpoints";
.performance-profiler-tip {
max-width: 460px;
background-color: #f7f8fe;
padding: 25px;
min-width: 300px;
/* stylelint-disable-next-line scales/radii */
border-radius: 6px;
h4 {
font-size: $font-body-small;
font-weight: 500;
line-height: $font-title-small;
margin-bottom: 10px;
}
p {
font-size: $font-body-small;
margin-bottom: 0;
}
.learn-more-link {
margin-top: 20px;
}
}