prettify alias page

This commit is contained in:
Son NK 2020-02-28 22:39:15 +07:00
parent 959b372854
commit 66654a3635
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
{% set gen_email = alias_info.gen_email %}
<div class="col-12 col-lg-6">
<div class="card p-3 shadow-sm border-0 {% if alias_info.highlight %} highlight-row {% endif %}">
<div class="card p-4 shadow-sm {% if alias_info.highlight %} highlight-row {% endif %} ">
<div class="row">
<div class="col-8">
<span class="clipboard cursor mb-0"

View File

@ -44,8 +44,8 @@
/* highlighted table row */
.highlight-row {
background-color: #eee;
font-weight: bolder;
border-top: solid #5675E2;
}
.arrow {