文件操作 - styles.scss
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Promotions/WelcomeBanner/resources/js/app/styles.scss
编辑文件内容
.givewp-welcome-banner { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; height: auto; width: auto; gap: 1rem; margin: 1.5rem 0 1.625rem; padding: 1.5rem 3rem 2.25rem; border-radius: 8px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); border: solid 1px var(--givewp-green-800); background-color: var(--givewp-shades-white); box-sizing: border-box; &__dismiss-container { display: flex; align-items: center; justify-content: space-between; width: 100%; button { border: none; background: transparent; cursor: pointer; } svg { cursor: pointer; } } &__content-container { flex: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: var(--givewp-spacing-18); width: 100%; } } @media (max-width: 1280px) { .givewp-welcome-banner__content-container { flex-direction: column; gap: var(--givewp-spacing-12); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件