1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 01:19:08 +00:00

Refactor wording

This commit is contained in:
Luke 2020-08-03 12:01:03 +02:00 committed by davegson
parent c2c4357711
commit d8d0cebf19
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<div class="card text-left transform scale-95">
<div class="block shadowthing p-8 rounded-lg">
<div class="block cardshadow p-8 rounded-lg">
<div class="tabs">
<div class="tab">
<input class="dropinput" type="checkbox" id="card-{{ include.state }}-{{ forloop.index }}">

View file

@ -1,4 +1,4 @@
<div class="tablecard shadowthing text-left transform ">
<div class="tablecard cardshadow text-left transform">
<div class="block px-8 py-6 rounded-lg">
<div class="absolute top-0 right-0 overflow-visible mr-16 mt-12 z-20">
<div class="flex-shrink-0 mt-0">

View file

@ -211,7 +211,7 @@ a.link {
}
.shadowthing{
.cardshadow{
box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0), 0 0px 90px 0 rgba(59, 93, 199, 0.1);
}