Tooth/data/Application.css

42 lines
629 B
CSS
Raw Normal View History

2018-04-14 12:09:06 +00:00
@define-color colorAccent #9aa7c8;
@define-color colorPrimary #9aa7c8;
.mode .button{
border-radius:0px;
border-top:none;
border-bottom:none;
padding:10px;
}
.button_avatar{
padding:0;
border:0;
box-shadow:none;
background:none;
}
.toot-text{
background: none;
}
2018-04-25 14:30:44 +00:00
.header{
background-size: cover;
2018-04-28 17:16:23 +00:00
background-position: 50%;
2018-04-30 17:56:02 +00:00
opacity: 0.15;
2018-04-28 17:16:23 +00:00
}
.header-counters{
background:rgba(255,255,255,.4);
2018-04-25 14:30:44 +00:00
}
2018-05-04 20:57:31 +00:00
.attachment{
background: #fff;
border-radius: 3px;
}
2018-05-09 15:59:58 +00:00
.relationship {
background: rgba (0,0,0,.5);
padding: 6px;
border-radius: 3px;
color: #fff;
}