Skip to content

Commit 2195919

Browse files
committed
Update styles
1 parent 524f683 commit 2195919

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/assets/css/site.css

+17
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,20 @@ a.desc:after {
8989
padding: 10px 20px;
9090
margin: 0 0 15px 0;
9191
}
92+
93+
.package-details .versions.updating {
94+
min-height: 200px;
95+
text-align: center;
96+
}
97+
.package-details .too-fast-update {
98+
margin-top: 1em;
99+
}
100+
101+
.package-details .package-ok {
102+
color: #468847;
103+
background-color: #dff0d8;
104+
border: 1px solid #d6e9c6;
105+
display: inline-block;
106+
padding: 0.7em 1.2em;
107+
margin: 0 1em;
108+
}

0 commit comments

Comments
 (0)