Skip to content

Commit 4485a7f

Browse files
Clean-up #transfer-package-form CSS
1 parent 88d1fbd commit 4485a7f

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

css/app.scss

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,38 +1893,20 @@ body {
18931893
.maintainers-collection-wrapper {
18941894
margin-bottom: 15px;
18951895

1896-
label {
1897-
font-weight: bold;
1898-
margin-bottom: 10px;
1899-
}
1900-
19011896
.maintainers-list {
19021897
list-style: none;
19031898
padding: 0;
1904-
margin-bottom: 10px;
19051899

19061900
li {
19071901
display: flex;
19081902
gap: 10px;
19091903
margin-bottom: 10px;
19101904
align-items: center;
19111905

1912-
input[type="text"] {
1913-
flex: 1;
1914-
padding: 6px 12px;
1915-
font-size: 14px;
1916-
border: 1px solid #ccc;
1917-
border-radius: 4px;
1918-
}
1919-
19201906
.btn-danger {
1921-
flex-shrink: 0;
1907+
padding: 5px 10px;
19221908
}
19231909
}
19241910
}
1925-
1926-
.add-maintainer-item {
1927-
margin-top: 5px;
1928-
}
19291911
}
19301912
}

0 commit comments

Comments
 (0)