Skip to content

Commit

Permalink
Pre-release para TSComponents 2.0.0-Beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeciavirella committed Jun 25, 2019
1 parent 59713ae commit 4242afb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
29 changes: 27 additions & 2 deletions dist/css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
padding: 7.5px 10px;
}

.card .graphic {
text-align: center;
}

.card.normal .c-data .graphic img {
width: 100%;
height: 100%;
Expand Down Expand Up @@ -152,7 +156,6 @@
.card.full {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
border-top: 5px solid #0072BB;
background: #ffffff;
}

Expand Down Expand Up @@ -271,16 +274,20 @@
-webkit-line-clamp: 2;
}

.card .c-links {
height: 35px;
}

.card .c-foot {
height: 35px;
display: inline-flex;
}

.card .c-foot div {
width: calc(99.9% / 3);
float: left;
height: 100%;
text-align: center;
padding-top: 6px;
}

.card .c-foot div:only-child {
Expand All @@ -300,14 +307,32 @@
color: #005388;
}

.c-foot .c-download, .c-foot .c-viewmore {
display: flex;
justify-content: center;
align-items: center;
}

.card .dropdown {
padding-top: 0 !important;
text-align: center !important;
width: 100% !important;
display: flex;
justify-content: center;
align-items: center;
}

.__react_component_tooltip {
padding: 8px 21px !important;
}

/* Fin Card */

/* Iconos */

.fa-angle-up, .fa-link {
font-family: 'Font Awesome\ 5 Free';
color: #0072BB;
}

/* Fin Iconos */
4 changes: 2 additions & 2 deletions dist/js/components.js

Large diffs are not rendered by default.

0 comments on commit 4242afb

Please sign in to comment.