This commit is contained in:
syuilo
2018-04-29 08:51:17 +09:00
parent e9940c9221
commit f2874d778a
75 changed files with 265 additions and 190 deletions

View File

@@ -62,7 +62,7 @@ export default Vue.extend({
width calc(100% - 32px)
list-style none
background #fff
border solid 1px rgba(0, 0, 0, 0.2)
border solid 1px rgba(#000, 0.2)
border-radius $radius
> li
@@ -70,7 +70,7 @@ export default Vue.extend({
border-bottom solid 1px #ddd
&:hover
background rgba(0, 0, 0, 0.1)
background rgba(#000, 0.1)
&:first-child
border-top-left-radius $radius