Fixed CSS for quickstart links
This commit is contained in:
parent
7d002c333d
commit
0f70abd695
@ -408,12 +408,16 @@ main ul.row {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card .card-action a {
|
.card .card-action a {
|
||||||
color: #fff !important;
|
color: #fff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card .card-action a:hover {
|
.card .card-action a:hover {
|
||||||
color: #fff !important;
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quickstart .card .card-action a, .quickstart .card .card-action a:hover {
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings .div_tabs {
|
.settings .div_tabs {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row quickstart">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<div class="card-panel settings">
|
<div class="card-panel settings">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user