PHP Classes

File: src/assets/sass/style.scss

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Cool Kids Network For WP Plugin   src/assets/sass/style.scss   Download  
File: src/assets/sass/style.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cool Kids Network For WP Plugin
WordPress plugin to manage users with roles
Author: By
Last change:
Date: 28 days ago
Size: 1,582 bytes
 

Contents

Class file image Download
.wp_ckn_container { form { max-width: 400px; margin: auto; display: flex; flex-direction: column; gap: 10px; } input, button { padding: 10px; } button { background-color: #4caf50; color: white; border: none; cursor: pointer; } } .wp_ckn_notice-message { color: red; font-weight: bold; margin: 10px 0; padding: 10px; border: 1px solid red; border-radius: 5px; width: fit-content; &.success { color: green; border-color: green; } } .wp_ckn_character-details { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 400px; p { margin: 0; } } .wp_ckn_button { background-color: #f44336; color: white; border: none; cursor: pointer; margin-top: 10px; padding: 10px 20px; border-radius: 5px; text-decoration: none !important; &:hover { background-color: #e53935; } } .cool-kids-network-wp-character-details { max-width: 800px; margin: 2rem auto; padding: 20px; } .all-users-list h3 { color: #333; margin-bottom: 1.5rem; font-size: 24px; border-bottom: 2px solid #eee; padding-bottom: 10px; } .user-item { background: #f8f8f8; border: 1px solid #ddd; border-radius: 8px; padding: 15px 20px; margin-bottom: 15px; transition: transform 0.2s ease; } .user-item:hover { transform: translateX(5px); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .user-item p { margin: 8px 0; color: #555; } .no-users-list { text-align: center; padding: 30px; background: #fff5f5; border: 1px solid #ffebeb; border-radius: 8px; } .no-users-list p { color: #dc3545; font-size: 16px; margin: 0; }