aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/css/download_mobile_app.css
blob: 8fe87bb97eb22bcbe960f2de47934383ede0bd4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.get-it-from {
    width: 100px;
    min-height: 110px; 
    border: 5px solid floralwhite;
    background-color: white; margin: 10px;
}
.get-it-from:hover {
    opacity: 80%;
}
main {
    background: linear-gradient(150deg, #abe128 0%, #43ca61 100%);
    font-family: 'Comfortaa', arial, serif;
}