appcss 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50cf423059c8845e37ae5fa7653ec01bf2402c0f
4
- data.tar.gz: 18b15787d58b81e1b4c650dd0a2acba9835dc600
3
+ metadata.gz: be37415998049b0bb9884588a6ad1cda51c767b6
4
+ data.tar.gz: d2b811b46e5a0e54d932cf2da2d05b4d6f329835
5
5
  SHA512:
6
- metadata.gz: 4bfae2471c9dda349a02750642ceeb54cdcfe198918697667540f45d6ad74704d9fd23167ba8940766547e3d0091a6bef87eda504df37e2413a186bd198ab1fa
7
- data.tar.gz: c69aa1a8ec05197001b29de2a14683cde656195fe6b4d654239fa48b06b154b107644734e487f5a9b962a7a0cf8b93cb00efd1dc82374ffbd65bea4bcdccf7df
6
+ metadata.gz: 13676ed0e157ad2a8bcd698036a2a83155be38dac813106c0470bb403c751dc664c30d78a92fa73a60c54c83b6d32370da91cba06e348b93fa290d5775c8e52b
7
+ data.tar.gz: 729566feceb846d9c040bfe2b034ade1b3eef4bee809cd8c71d95f496451c12e971660ea4099c007aeb00ebf0f4c3f0799b85c173df785715dd5328e32e69fb3
@@ -433,7 +433,7 @@ html {
433
433
 
434
434
  html, body {
435
435
  height: 100%;
436
- font-size: 13px; }
436
+ font-size: 16px; }
437
437
 
438
438
  .grid-row {
439
439
  display: -moz-box;
@@ -457,7 +457,7 @@ html, body {
457
457
  width: 100%;
458
458
  display: block;
459
459
  margin-left: 0;
460
- font-size: 1rem;
460
+ font-size: 0.75rem;
461
461
  z-index: 990; }
462
462
  @media screen and (min-width: 768px) {
463
463
  .acss-sidebar {
@@ -483,6 +483,12 @@ html, body {
483
483
  width: calc(33.33333% - 15px);
484
484
  clear: none; } }
485
485
 
486
+ .acss-sidebar h1 {
487
+ font-size: 1rem;
488
+ font-weight: normal;
489
+ margin: 0;
490
+ margin-bottom: 7px;
491
+ padding: 5px 15px; }
486
492
  .acss-sidebar a {
487
493
  color: white; }
488
494
  @media screen and (min-width: 960px) {
@@ -562,10 +568,6 @@ html, body {
562
568
  display: block; }
563
569
  .acss-sidebar ul li:hover.edit .tools, .acss-sidebar h1:hover.edit .tools {
564
570
  display: none; }
565
- .acss-sidebar h1 {
566
- font-size: 1rem;
567
- margin: 0;
568
- padding: 5px 15px; }
569
571
 
570
572
  .acss-mainpane {
571
573
  width: 100%;
@@ -658,6 +660,8 @@ html, body {
658
660
  .acss-navbar ul li {
659
661
  list-style: none;
660
662
  margin: 0px 5px; }
663
+ .acss-navbar ul:first-child li:first-child a {
664
+ font-size: 1.25rem; }
661
665
 
662
666
  .acss-btn {
663
667
  padding: 4px 10px;
@@ -1,3 +1,3 @@
1
1
  module Appcss
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Kochanowicz