liquid_feedback_frontend

changeset 1581:2373160319dc

Make corners round
author bsw
date Tue Jan 26 14:45:20 2021 +0100 (2021-01-26)
parents 958738fe1016
children b4a377306a34
files app/main/_layout/default.html
line diff
     1.1 --- a/app/main/_layout/default.html	Mon Jan 18 18:51:30 2021 +0100
     1.2 +++ b/app/main/_layout/default.html	Tue Jan 26 14:45:20 2021 +0100
     1.3 @@ -161,6 +161,11 @@
     1.4        overflow: visible;
     1.5        display: block;
     1.6        margin-bottom: 16px;
     1.7 +      border-radius: 5px;
     1.8 +    }
     1.9 +
    1.10 +    .mdl-card__title {
    1.11 +      border-radius: 5px 5px 0 0;
    1.12      }
    1.13  
    1.14      .mdl-card__fullwidth {
    1.15 @@ -198,7 +203,7 @@
    1.16      .mdl-special-card {
    1.17        background: #fff;
    1.18        margin-bottom: 16px;
    1.19 -      border-radius: 2px;
    1.20 +      border-radius: 5px;
    1.21      }
    1.22  
    1.23      .mdl-navigation__head {

Impressum / About Us