16,073
回編集
6行目: | 6行目: | ||
text-align: left; | text-align: left; | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
&:before{ | |||
content: ""; | |||
position: absolute; | |||
top: -1px; | |||
left: -1px; | |||
width: 100%; | |||
height: 100%; | |||
border: 1px solid #ccc; | |||
} | |||
} | } | ||
13行目: | 22行目: | ||
text-align: center; | text-align: center; | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
&:before{ | |||
content: ""; | |||
position: absolute; | |||
top: -1px; | |||
left: -1px; | |||
width: 100%; | |||
height: 100%; | |||
border: 1px solid #ccc; | |||
} | |||
} | } |