2020-09-10 17:10:24 +00:00
|
|
|
.header .chip {
|
2020-09-05 08:02:42 +00:00
|
|
|
padding: 4px 12px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
2020-05-29 12:19:35 +00:00
|
|
|
.attachment {
|
2020-07-10 14:30:57 +00:00
|
|
|
border-radius: 6px;
|
2020-05-29 12:19:35 +00:00
|
|
|
background: rgba (150, 150, 150, 0.2);
|
2020-07-10 14:30:57 +00:00
|
|
|
padding:0px;
|
|
|
|
margin:0px;
|
|
|
|
}
|
|
|
|
.attachment .pic {
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
2020-09-10 17:44:23 +00:00
|
|
|
.attachment .chip {
|
|
|
|
padding: 6px;
|
|
|
|
border-radius:6px;
|
|
|
|
}
|
2018-10-24 08:55:36 +00:00
|
|
|
|
2020-06-29 21:43:45 +00:00
|
|
|
.header-title-button {
|
|
|
|
margin: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2020-10-18 20:35:59 +00:00
|
|
|
.padded.ttl-view {
|
2020-06-02 09:35:29 +00:00
|
|
|
margin: 32px 0 32px 0;
|
|
|
|
}
|
2020-10-18 20:35:59 +00:00
|
|
|
.ttl-view:not(.padded) .content row {
|
2020-06-02 09:35:29 +00:00
|
|
|
border-radius: 0px;
|
2018-05-09 15:59:58 +00:00
|
|
|
}
|
2020-07-06 16:40:17 +00:00
|
|
|
|
2020-10-18 20:35:59 +00:00
|
|
|
.ttl-action-bar .circular {
|
2020-07-06 16:40:17 +00:00
|
|
|
box-shadow: none;
|
|
|
|
}
|
2020-10-18 20:35:59 +00:00
|
|
|
|
|
|
|
.ttl-avatar-button {
|
|
|
|
padding: 0;
|
|
|
|
}
|