summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/matches.css.scss
blob: 3ef91708c5d2d15db673424c74b41a58e3f1f31e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Place all the styles related to the matches controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
#boxes li {
    cursor: move;
    position: relative;
    float: left;
    margin: 5px;
    width: 180px;
    height: 240px;
    border: 1px solid rgb(0, 0, 0);
    text-align: center;
    padding-top: 10px;
    background-color: rgb(238, 238, 255);
}
#numeric li {
    cursor: move;
    position: relative;
    float: left;
    margin: 5px;
    width: 180px;
    height: 240px;
    border: 1px solid rgb(0, 0, 0);
    text-align: center;
    padding-top: 10px;
    background-color: rgb(238, 238, 255);
}