Browse Source

honestly i lost track

pull/245/head
connors 11 years ago
parent
commit
f4cb845336
  1. 3
      dist/android-theme.css
  2. 4
      index.html
  3. 4
      lib/sass/theme-android.scss

3
dist/android-theme.css vendored

@ -24,6 +24,9 @@
background-color: #111111;
border-bottom: 1px solid #565656;
}
[class*="bar-"] [class*="button"] {
line-height: 50px;
}
.bar-tab {
height: 70px;

4
index.html

@ -752,7 +752,7 @@ layout: default
<input type="text" placeholder="Full name">
<input type="search" placeholder="Search">
<textarea rows="5"></textarea>
<a class="button-positive button-block button-outlined">Choose existing</a>
<a class="button-positive button-block">Choose existing</a>
</form>
</div>
@ -761,7 +761,7 @@ layout: default
<input type="text" placeholder="Full name">
<input type="search" placeholder="Search">
<textarea rows="5"></textarea>
<a class="button-positive button-block button-outlined">Choose existing</a>
<a class="button-positive button-block">Choose existing</a>
</form>
{% endhighlight %}

4
lib/sass/theme-android.scss

@ -50,6 +50,10 @@ $border-radius: 0;
height: $bar-base-height;
background-color: $chrome-color;
border-bottom: $border-default;
[class*="button"] {
line-height: $bar-base-height;
}
}
.bar-tab {
height: $bar-tab-height;

Loading…
Cancel
Save