1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

no border radius

This commit is contained in:
Kyle Spearrin
2018-04-10 23:31:36 -04:00
parent 1e1aca2db3
commit 28bbbbd675

View File

@@ -1,4 +1,4 @@
@import "variables.scss";
@import "variables.scss";
.box {
width: 100%;
@@ -40,10 +40,6 @@
border-bottom: 1px solid $box-border-color;
}
&:first-child, &:last-child {
border-radius: $border-radius;
}
&:last-child {
&:before {
border: none;