- Updated stylelint configuration to fix CSS formatting issues - Updated ESLint configuration to fix JavaScript issues - Added global variables to ESLint configuration
22 lines
359 B
CSS
22 lines
359 B
CSS
/**
|
|
* Admin styles for the plugin
|
|
*/
|
|
|
|
.wpst-admin-container {
|
|
padding: 20px;
|
|
background: #fff;
|
|
border: 1px solid #ccd0d4;
|
|
box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.wpst-admin-header {
|
|
margin-bottom: 20px;
|
|
border-bottom: 1px solid #eee;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.wpst-admin-header h1 {
|
|
margin-top: 0;
|
|
}
|