mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
refactor(style): refactor multiple similar css classes
This commit is contained in:
parent
45015a573b
commit
bf6c9c8b3b
16 changed files with 53 additions and 68 deletions
|
@ -63,11 +63,7 @@ input[type="radio"] {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-icon {
|
||||
.space-right {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
|
@ -83,16 +79,9 @@ input[type="radio"] {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.image-tag {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.label.tag {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.widget .widget-body table tbody .image-tag {
|
||||
font-size: 90% !important;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.terminal-container {
|
||||
|
@ -104,10 +93,6 @@ input[type="radio"] {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-ico {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.template-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue