summaryrefslogtreecommitdiff
path: root/site/public/css/custom.css
diff options
context:
space:
mode:
authorhorus2018-05-14 16:41:27 +0200
committerhorus2018-05-14 16:41:27 +0200
commit9c0fa3e1a1457b3ce0b66e360dc3a6cf2c27e221 (patch)
tree76c386115a01801d4225a39efd786b4f498a3dfc /site/public/css/custom.css
parentd2e65d7a6d51c030ebc87b660bf482ae2ad024f3 (diff)
downloadalkobote-9c0fa3e1a1457b3ce0b66e360dc3a6cf2c27e221.tar.gz
Layout improvement: hover on card implemented. (website)
Diffstat (limited to 'site/public/css/custom.css')
-rw-r--r--site/public/css/custom.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/site/public/css/custom.css b/site/public/css/custom.css
index 2758acd..23f8d32 100644
--- a/site/public/css/custom.css
+++ b/site/public/css/custom.css
@@ -93,8 +93,31 @@ body > .container {
box-shadow: 0 .25rem .75rem #d1d8e0;
border: 0.5px solid #d1d8e0 !important;
box-shadow: 1rem 1rem 1rem #d1d8e0 !important;
+
+ box-shadow: 1rem 1rem 1rem #aaa !important;
+ box-shadow: .5rem .5rem 1rem #aaa, 1rem 1rem 1rem #aaa !important;
+
+ border-top: 2px solid white;
+ */
+ box-shadow: 0rem 0rem .1rem .01rem #d1d8e0, 1rem 1rem 1rem #d1d8e0 !important;
+ border-left: 3px solid white;
+}
+.card:hover {
+ box-shadow: 0.5rem 0.5rem 0.5rem #aaa !important;
+ transition: box-shadow .1s cubic-bezier(.4,0,1,1);
+
+ will-change: box-shadow,transform;
+ /*
+ border-left: 4px solid #d1d8e0;
+ border-left: 4px solid #12CBC4;
+ border-left: 3px solid #142639 ;
+ border-left: 4px solid white;
+ */
+ border-left: 3px solid #1289A7;
+ /*
+ border-top: 4px solid #1289A7;
+ border-top: 2px solid #1289A7;
*/
- box-shadow: 0rem 0rem .2rem .05rem #d1d8e0, 1rem 1rem 1rem #d1d8e0 !important;
}
footer {
@@ -163,6 +186,7 @@ footer {
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
+.border-white { border: 1px solid white; }
.ml-10 {
margin-left: 10px !important;