This commit is contained in:
connors 2013-09-14 22:35:05 -07:00
Родитель 17626e97cc
Коммит 04ee7a7281
4 изменённых файлов: 10 добавлений и 6 удалений

2
dist/ratchet.css поставляемый
Просмотреть файл

@ -567,7 +567,7 @@ select {
background-color: #333;
transition: opacity .1s linear, background-color .1s linear;
}
[class*="button"]:active:active, [class*="button"].button-filled:active {
[class*="button"].button-filled:active {
opacity: .6;
}

Просмотреть файл

@ -23,10 +23,9 @@
color: #fff;
background-color: #333;
transition: opacity .1s linear, background-color .1s linear;
&:active {
opacity: .6;
}
}
&.button-filled:active {
opacity: .6;
}
}

Просмотреть файл

@ -25,6 +25,11 @@
</a>
<h1 class="title">Argo</h1>
</header>
<nav class="bar-standard bar-header-secondary">
<form>
<input type="search" placeholder="Search theaters">
</form>
</nav>
<nav class="bar-tab">
<ul class="tab-inner">

Просмотреть файл

@ -69,7 +69,7 @@
<ul class="table-view">
<li class="table-view-divider">Recommended movies</li>
<li>
<a href="choose-theater.html">
<a href="choose-theater.html" data-transition="slide-in">
<strong>Argo</strong>
<p>Lorem ipsum dolor sit amet</p>
<span class="chevron"></span>