This commit is contained in:
@@ -25,7 +25,9 @@ a
|
|||||||
&:hover
|
&:hover
|
||||||
color: $primary-color-dark
|
color: $primary-color-dark
|
||||||
|
|
||||||
button.button-primary
|
button.button-primary,
|
||||||
|
input[type=button].button-primary,
|
||||||
|
input[type=submit].button-primary
|
||||||
background: $primary-color
|
background: $primary-color
|
||||||
transition: background 180ms ease-in-out
|
transition: background 180ms ease-in-out
|
||||||
&:hover
|
&:hover
|
||||||
@@ -67,25 +69,6 @@ table tbody tr
|
|||||||
&:hover
|
&:hover
|
||||||
background: #d8d8d8
|
background: #d8d8d8
|
||||||
|
|
||||||
/* Material card styles */
|
|
||||||
.card-1
|
|
||||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)
|
|
||||||
transition: all 0.3s cubic-bezier(.25,.8,.25,1)
|
|
||||||
&:hover
|
|
||||||
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)
|
|
||||||
|
|
||||||
.card-2
|
|
||||||
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)
|
|
||||||
|
|
||||||
.card-3
|
|
||||||
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)
|
|
||||||
|
|
||||||
.card-4
|
|
||||||
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)
|
|
||||||
|
|
||||||
.card-5
|
|
||||||
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22)
|
|
||||||
|
|
||||||
.container
|
.container
|
||||||
max-width: 1200px
|
max-width: 1200px
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<h2>List of benchmarks</h2>
|
<h2>List of benchmarks</h2>
|
||||||
<a href="/benchmark/create">Add new benchmark</a>
|
<a href="/benchmark/create">Add new benchmark</a>
|
||||||
|
|
||||||
<table class="twelve columns card-2">
|
<table class="twelve columns">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Name</td>
|
<td>Name</td>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<h2>List of hardware</h2>
|
<h2>List of hardware</h2>
|
||||||
<a href="/hardware/create">Add new hardware</a>
|
<a href="/hardware/create">Add new hardware</a>
|
||||||
|
|
||||||
<table class="twelve columns card-2">
|
<table class="twelve columns">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Name</td>
|
<td>Name</td>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
{{ $length := len .hardware.Tests }} {{ if eq $length 0 }}
|
{{ $length := len .hardware.Tests }} {{ if eq $length 0 }}
|
||||||
<p>There are currently no tests using this hardware component.</p>
|
<p>There are currently no tests using this hardware component.</p>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<table class="u-full-width card-2">
|
<table class="u-full-width">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Test</th>
|
<th>Test</th>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<section class="row">
|
<section class="row">
|
||||||
<h3>Recently updated tests:</h3>
|
<h3>Recently updated tests:</h3>
|
||||||
|
|
||||||
<table class="twelve columns card-2">
|
<table class="twelve columns">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Title</td>
|
<td>Title</td>
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
<div class="six columns">
|
<div class="six columns">
|
||||||
<h3>Recently updated hardware:</h3>
|
<h3>Recently updated hardware:</h3>
|
||||||
|
|
||||||
<table class="u-full-width card-2">
|
<table class="u-full-width">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Name</td>
|
<td>Name</td>
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
<div class="six columns">
|
<div class="six columns">
|
||||||
<h3>Recently updated benchmarks:</h3>
|
<h3>Recently updated benchmarks:</h3>
|
||||||
|
|
||||||
<table class="u-full-width card-2">
|
<table class="u-full-width">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Name</td>
|
<td>Name</td>
|
||||||
|
|||||||
@@ -17,5 +17,5 @@
|
|||||||
{{ template "navbar" . }}
|
{{ template "navbar" . }}
|
||||||
|
|
||||||
<!-- main content -->
|
<!-- main content -->
|
||||||
<div id="main-content" class="container card-5">
|
<div id="main-content" class="container">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{{ define "navbar" }}
|
{{ define "navbar" }}
|
||||||
<nav id="main-nav" class="card-2">
|
<nav id="main-nav">
|
||||||
<div class="nav-left">
|
<div class="nav-left">
|
||||||
<h4>BLT</h4>
|
<h4>BLT</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<h2>List of tests</h2>
|
<h2>List of tests</h2>
|
||||||
<a href="/test/create">Create a new test</a>
|
<a href="/test/create">Create a new test</a>
|
||||||
|
|
||||||
<table class="twelve columns card-2">
|
<table class="twelve columns">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Title</td>
|
<td>Title</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user