Set content spacing to 40px

This commit is contained in:
Juan Cruz Viotti 2016-02-04 16:51:46 -04:00
parent 80d045a0bf
commit 46307adef3
2 changed files with 2 additions and 2 deletions

View File

@ -5857,7 +5857,7 @@ button.close {
margin: 0 30px; } margin: 0 30px; }
.space-bottom-huge { .space-bottom-huge {
margin-bottom: 40px; } margin-bottom: 45px; }
.space-right-tiny { .space-right-tiny {
margin-right: 5px; } margin-right: 5px; }

View File

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
$spacing-huge: 40px; $spacing-huge: 45px;
$spacing-large: 30px; $spacing-large: 30px;
$spacing-medium: 15px; $spacing-medium: 15px;
$spacing-tiny: 5px; $spacing-tiny: 5px;