Refs #28457 -- Removed unused .next-step CSS in django/views/templates/default_urlconf.html.
This commit is contained in:
parent
f6b5cecc71
commit
73241132f2
|
@ -31,7 +31,7 @@
|
||||||
img {
|
img {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
.next-step, header {
|
header {
|
||||||
border-bottom: 1px solid #efefef;
|
border-bottom: 1px solid #efefef;
|
||||||
}
|
}
|
||||||
svg:not(:root) {
|
svg:not(:root) {
|
||||||
|
@ -223,16 +223,6 @@
|
||||||
margin: 15px auto 0;
|
margin: 15px auto 0;
|
||||||
color: #747755;
|
color: #747755;
|
||||||
}
|
}
|
||||||
.next-step {
|
|
||||||
max-width: 120px;
|
|
||||||
margin: 150px auto 0;
|
|
||||||
padding-bottom: 8px;
|
|
||||||
}
|
|
||||||
.next-step h5 {
|
|
||||||
font-size: 12px;
|
|
||||||
color: #b3b3b3;
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
footer {
|
footer {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue