Newer
Older
.system-name {
color: #3498db;
font-size: 28px;
font-weight: bold;
margin-bottom: 20px;
padding: 10px;
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
padding: 10px;
margin-top: 16px;
background-color: #3498db;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
.disabled {
background-color: #cccccc;
color: #666666;
cursor: not-allowed;
/* Media queries for responsiveness */
@media (max-width: 768px) {