Commit 8578d2e3162413b8362d6c664c518bc0fa704202

Authored by Victor Costa
1 parent ffcc6005

Fix block store

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
@@ -24,6 +24,14 @@ @@ -24,6 +24,14 @@
24 src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff'); 24 src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
25 } 25 }
26 26
  27 +#block-types-container #block-types .block-types-group .tags-block {
  28 + width: 112px;
  29 +}
  30 +
  31 +.block-types-group {
  32 + padding: 10px 2px 0 2px;
  33 + background-color: rgba(255, 255, 255, 0.3);
  34 +}
27 #custom-menu a:hover { 35 #custom-menu a:hover {
28 background-color: #E1E4E4; 36 background-color: #E1E4E4;
29 } 37 }