mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 14:53:34 +08:00
prettify alias page
This commit is contained in:
parent
959b372854
commit
66654a3635
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
/* highlighted table row */
|
||||
.highlight-row {
|
||||
background-color: #eee;
|
||||
font-weight: bolder;
|
||||
border-top: solid #5675E2;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
|
|
Loading…
Reference in a new issue