mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
28 lines
374 B
CSS
28 lines
374 B
CSS
.td-decoration {
|
|
text-transform: capitalize !important;
|
|
font-weight: 100 !important;
|
|
width: 250px !important;
|
|
}
|
|
|
|
.width-30 {
|
|
width: 30px;
|
|
}
|
|
|
|
.decorate-save {
|
|
width: 17%;
|
|
}
|
|
|
|
.decorate-form-btn {
|
|
display: flex;
|
|
width: 110%;
|
|
}
|
|
|
|
.margin-right-2 {
|
|
margin-right: 2%;
|
|
}
|
|
|
|
.disable-remove {
|
|
background-color: #e7a2a0;
|
|
border-color: #e7a2a0;
|
|
}
|