tidy up borders
This commit is contained in:
parent
b2fc4a1c4d
commit
c9a0e93a74
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue