Deploying live page

This commit is contained in:
Angelos Chalaris 2016-10-22 01:27:31 +03:00
parent c9d597fac2
commit ae235b3f10
5 changed files with 11 additions and 9 deletions

View file

@ -138,7 +138,7 @@
- Documented mixins for `progress`, optimized etc.
## 20161021
## 20161021 (last change a bit past midnight but still counts)
- Created `mini-core/grid` for flexbox grid system.
- Opened relevant breaking changes issue (#16).
@ -162,3 +162,5 @@
- Reorganized variables and imports in order of importance for core and default flavor.
- Added table styling and responsiveness, made customizable etc.
- Added demo table to page, tested.
- Minor consistency reorganization in table module.
- Updated demo page, deployed live.

View file

@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- Live demo styled as of 20161021 -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/a97fea6596ae4692eb019b19877e4f3a1fc5f3d0/flavors/v2/mini-default.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/c9d597fac2ede99d97850a5c1f150714e1cacf0e/flavors/v2/mini-default.min.css">
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
<style>
#top-logo {

View file

@ -632,15 +632,15 @@ th:first-child, td:first-child {
clip-path: inset(100%); }
tr {
display: block;
border: 1px solid #bdbdbd;
border-radius: 2px;
display: block;
margin-bottom: 10px; }
td {
display: block;
border: 0;
border-bottom: 1px solid #bdbdbd;
display: block;
text-align: right; }
td:before {

File diff suppressed because one or more lines are too long

View file

@ -49,15 +49,15 @@ th:first-child, td:first-child{
clip-path: inset(100%);
}
tr {
display: block;
border: $table-border-style;
border-radius: $table-border-radius;
display: block;
border-radius: $table-border-radius;
margin-bottom: $table-mobile-card-spacing;
}
td {
display: block;
border: 0;
border-bottom: $table-border-style;
display: block;
border-bottom: $table-border-style;
text-align: right;
}
td:before {