Files
wpa-superstar-plugin/admin/css/wpa-superstar-admin.css
2025-03-13 00:52:17 +00:00

26 lines
488 B
CSS

.wpa-superstar-wrap {
max-width: 800px;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wpa-superstar-wrap h1 {
font-size: 24px;
margin-bottom: 20px;
}
.wpa-superstar-toggle {
margin: 10px 0;
}
.nav-tab-wrapper {
margin-bottom: 20px;
}
.nav-tab {
background: #f1f1f1;
padding: 8px 16px;
border-radius: 4px 4px 0 0;
}
.nav-tab-active {
background: #fff;
border-bottom: 1px solid #fff;
}