This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,30 +0,0 @@
.plesk-ext-ruby-panel {
margin-bottom: 16px;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 0 rgba(60, 64, 67, 0.16);
}
.plesk-ext-ruby-panel__header {
position: relative;
display: flex;
align-items: center;
min-height: 28px;
padding: 6px 16px;
border-bottom: 1px solid #ececec;
border-radius: 4px 4px 0 0;
background-color: #ececec;
}
.plesk-ext-ruby-panel__title {
flex: 1;
margin: 0;
line-height: 20px;
font-size: 16px;
font-weight: 600;
color: #222;
}
.plesk-ext-ruby-panel__content {
padding: 12px 16px;
word-wrap: break-word;
color: #222;
}