Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/resources/_gen/assets/scss/sass/shortcodes/children.scss_6fa2be902ef8caa56cd91727d4d085e0.content')
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/shortcodes/children.scss_6fa2be902ef8caa56cd91727d4d085e0.content27
1 files changed, 0 insertions, 27 deletions
diff --git a/exampleSite/resources/_gen/assets/scss/sass/shortcodes/children.scss_6fa2be902ef8caa56cd91727d4d085e0.content b/exampleSite/resources/_gen/assets/scss/sass/shortcodes/children.scss_6fa2be902ef8caa56cd91727d4d085e0.content
deleted file mode 100644
index 2719ff7..0000000
--- a/exampleSite/resources/_gen/assets/scss/sass/shortcodes/children.scss_6fa2be902ef8caa56cd91727d4d085e0.content
+++ /dev/null
@@ -1,27 +0,0 @@
-article ul.children.children-card {
- flex-wrap: wrap;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between; }
- article ul.children.children-card > span {
- -webkit-box-flex: 1;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- min-width: 0;
- min-height: 0;
- width: 40%;
- min-width: 250px;
- margin: 1rem 1rem;
- border: 0.1rem solid #ccc;
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
- article ul.children.children-card > span card {
- margin: 0px 0px;
- display: block;
- padding: 1rem;
- background-color: #eee;
- font-size: 200%; }
- article ul.children.children-card > span p {
- padding: 0rem 1rem; }