mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
Merge pull request #142 from resin-io/fix/top-down-content-spacing
Set content spacing to 40px
This commit is contained in:
commit
e0f3fb6373
@ -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; }
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user