golden hour
/var/www/html/Digital_Design/sass/assets/forms
⬆️ Go Up
Upload
File/Folder
Size
Actions
bootstrap-form.scss
2.37 KB
Del
OK
custom-clipboard.scss
400 B
Del
OK
switches.scss
7.98 KB
Del
OK
theme-checkbox-radio.scss
11.05 KB
Del
OK
Edit: custom-clipboard.scss
// ================= // Imports // ================= @import '../../base/base'; // Base Variables textarea { resize: none; } .clipboard { background-color: $m-color_1; padding: 20px; border-radius: 6px; &.copy-txt { background-color: $m-color_1; .otp-pass span { font-size: 24px; font-weight: 600; color: $dark; } } }
Save