hr update

This commit is contained in:
Stefanie Fluin 2017-04-11 19:46:19 -07:00 committed by Pete Bacon Darwin
parent cc1ed77dd8
commit 909264feb5
6 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<h1 class="hero-title">Events</h1> <h1>Events</h1>
<h3>Where we'll be presenting:</h3> <h3>Where we'll be presenting:</h3>
<article class="l-content "> <article class="l-content ">
<table class="is-full-width"> <table class="is-full-width">

View File

@ -9,6 +9,11 @@ aio-api-list {
.form-search input { .form-search input {
width: 182px; width: 182px;
} }
.banner {
border: 1px solid rgba($lightgray, 0.5);
border-radius: 4px;
}
} }
aio-api-list > div { aio-api-list > div {

View File

@ -66,10 +66,12 @@ a.button.md-button {
background: $blue url('assets/images/logos/angular/angular_whiteTransparent.svg') 24px 13px no-repeat; background: $blue url('assets/images/logos/angular/angular_whiteTransparent.svg') 24px 13px no-repeat;
color: rgba($white, .87); color: rgba($white, .87);
padding-left: 54px; padding-left: 54px;
background-size: 22px 22px;
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
background: $blue url('assets/images/logos/angular/angular_whiteTransparent.svg') 24px 13px no-repeat; background: $blue url('assets/images/logos/angular/angular_whiteTransparent.svg') 24px 13px no-repeat;
background-size: 22px 22px; background-size: 22px 22px;
} }
} }
} }

View File

@ -1,6 +1,5 @@
.feature-row { .feature-row {
display: flex; display: flex;
flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
margin: 24px 0 0; margin: 24px 0 0;

View File

@ -1,3 +1,9 @@
hr {
border: none;
background: $lightgray;
height: 1px;
}
.hr-margin { .hr-margin {
display: block; display: block;
height: 1px; height: 1px;

View File

@ -9,12 +9,10 @@ table {
} }
thead { thead {
display: table-header-group;
vertical-align: middle; vertical-align: middle;
border-color: inherit; border-color: inherit;
tr { tr {
display: table-row;
vertical-align: inherit; vertical-align: inherit;
border-color: inherit; border-color: inherit;
} }