1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Increase border radius for UI card elements

This commit is contained in:
sauls8t 2019-06-19 12:48:18 +01:00
parent 243a170071
commit b2cd375936
6 changed files with 12 additions and 7 deletions

View file

@ -5,7 +5,7 @@
// background-color: $theme-100;
background-color: $color-sidebar;
// background-color: map-get($gray-shades, 100);
@include border-radius(6px);
@include border-radius(16px);
> .goto-top {
position: absolute;

View file

@ -5,7 +5,7 @@
padding: 25px;
background-color: map-get($yellow-shades, 100);
border: 1px solid map-get($yellow-shades, 300);
@include border-radius(3px);
@include border-radius(16px);
> .title {
font-weight: bold;
@ -47,7 +47,7 @@
padding: 25px;
background-color: map-get($gray-shades, 100);
border: 1px solid map-get($gray-shades, 200);
@include border-radius(3px);
@include border-radius(16px);
> .version {
font-weight: 700;

View file

@ -99,6 +99,7 @@
> .space {
@include card();
@include border-radius(16px);
list-style-type: none;
margin: 0 0 2rem 0;
padding: 15px 20px;
@ -138,6 +139,7 @@
> .group {
@include card();
@include border-radius(16px);
list-style-type: none;
margin: 0 0 2rem 0;
padding: 15px 20px;
@ -212,6 +214,7 @@
> .item {
@include card();
@include border-radius(16px);
list-style-type: none;
margin: 0 0 2rem 0;
padding: 15px 20px;
@ -249,7 +252,7 @@
font-size: 1.1rem;
> .backup-zone {
@include border-radius(3px);
@include border-radius(16px);
border: 1px solid map-get($green-shades, 200);
padding: 20px 20px;
background-color: map-get($green-shades, 100);
@ -267,7 +270,7 @@
}
> .restore-zone {
@include border-radius(3px);
@include border-radius(16px);
border: 1px solid map-get($red-shades, 200);
margin: 50px 0;
padding: 20px 20px;
@ -314,7 +317,7 @@
}
> .deactivation-zone {
@include border-radius(3px);
@include border-radius(16px);
border: 1px solid map-get($yellow-shades, 600);
margin: 30px 0;
padding: 20px 20px;

View file

@ -1,6 +1,6 @@
.document-meta-wrapper {
padding: 20px 20px 0 20px;
@include border-radius(7px);
@include border-radius(16px);
background-color: map-get($gray-shades, 100);
}

View file

@ -23,6 +23,7 @@
> .document {
@include card();
@include border-radius(16px);
list-style-type: none;
margin: 0 0 2rem 0;
padding: 15px 20px;

View file

@ -13,6 +13,7 @@
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 2fr;
@include border-radius(16px);
> .info {
grid-column-start: 1;