mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
tidy up borders
This commit is contained in:
parent
b2fc4a1c4d
commit
c9a0e93a74
@ -66,16 +66,16 @@ limitations under the License.
|
|||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
border-width: 1px 1px;
|
border-width: 1px 1px;
|
||||||
border-color: $primary-hairline-color;
|
border-color: $primary-hairline-color;
|
||||||
|
border-style: solid;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
||||||
.protocol-icon {
|
.protocol-icon {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 30px;
|
margin-right: 5px;
|
||||||
img {
|
img {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-width: 1px 1px;
|
border-width: 1px 1px;
|
||||||
border-color: $primary-hairline-color;
|
border-color: $primary-hairline-color;
|
||||||
border-style: solid;
|
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
/* Correct letter placement */
|
/* Correct letter placement */
|
||||||
|
Loading…
Reference in New Issue
Block a user