@import 'src/styles/common'; .browserInnerWrapper { display: grid; grid-template-rows: 80px 1fr; } .exampleLinks { margin-top: 50px; padding-left: 40px; &__emptyTopbar { height: 40px; // same as top bar height in StandardAppLayout background: $light-grey; box-shadow: 0 2px 3px $grey; } } .exampleLink { margin-left: 40px; margin-bottom: 30px; } .objectType { color: $grey; margin-right: 15px; width: 60px; text-align: right; display: inline-block; } .objectLabel { color: $blue; }