feat: token refresh

This commit is contained in:
Nicolas Giard
2018-10-12 16:39:02 -04:00
parent 3abd2f917c
commit aa08459daf
6 changed files with 34 additions and 26 deletions

View File

@@ -1,7 +1,17 @@
.md2 {
&.v-text-field .v-input__slot {
border-radius: 28px;
&.v-text-field {
.v-input__slot {
border-radius: 7px;
}
}
&.v-btn {
border-radius: 7px;
}
&.v-card {
border-radius: 7px;
}
}