mirror of
https://github.com/primer/css.git
synced 2024-12-14 23:12:03 +03:00
add border top for first row
This commit is contained in:
parent
9bbdc4c412
commit
cc43b96e61
@ -276,14 +276,26 @@
|
|||||||
.Box-row--yellow {
|
.Box-row--yellow {
|
||||||
// stylelint-disable-next-line primer/colors
|
// stylelint-disable-next-line primer/colors
|
||||||
background-color: $yellow-100;
|
background-color: $yellow-100;
|
||||||
|
|
||||||
|
&:first-of-type {
|
||||||
|
border-top: $border-width $border-style $border-gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Box-row--blue {
|
.Box-row--blue {
|
||||||
background-color: $bg-blue-light;
|
background-color: $bg-blue-light;
|
||||||
|
|
||||||
|
&:first-of-type {
|
||||||
|
border-top: $border-width $border-style $border-gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Box-row--gray {
|
.Box-row--gray {
|
||||||
background-color: $bg-gray;
|
background-color: $bg-gray;
|
||||||
|
|
||||||
|
&:first-of-type {
|
||||||
|
border-top: $border-width $border-style $border-gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Box with btn-octicon
|
//Box with btn-octicon
|
||||||
|
Loading…
Reference in New Issue
Block a user