generated from chadbaldwin/simple-blog-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPwettyPink.tar
57 lines (57 loc) · 3.5 KB
/
PwettyPink.tar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
theme.css 0000777 0000000 0000000 00000001454 14676564662 007621 0 ustar .theme--dark.v-navigation-drawer {
background-color: #2a0b2e;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.v-sheet.v-list:not(.v-sheet--outlined) {
border-radius: 30px;
}
.v-toolbar__content, .v-toolbar__extension {
background-color: #1c071a;
}
.v-menu__content {
border-radius: 30px;
}
.v-sheet.v-card:not(.v-sheet--outlined) {
border-radius: 20px;
}
.console {
border-radius: 10px;
}
.v-bottom-navigation {
background-color: #121212 !important;
box-shadow: 0px 0px 0px 0px !important;
}
.v-btn:not(.v-btn--round).v-size--default {
border-radius: 10px;
}
.v-btn:not(.v-btn--round).v-size--large {
border-radius: 10px;
}
.py-2 {
border-radius: 20px;
}
.v-data-table {
border-radius: 20px;
} theme.json 0000777 0000000 0000000 00000000714 14676564536 010000 0 ustar {
"colors": {
"light": {
"primary": "#ad3ba8",
"anchor": "#ab61b0",
"accent": "#ba60bf",
"info": "#2196f3",
"success": "#4caf50",
"warning": "#fb8c00",
"error": "#ff5252"
},
"dark": {
"primary": "#ad3ba8",
"anchor": "#ab61b0",
"accent": "#ba60bf",
"info": "#2196f3",
"success": "#4caf50",
"warning": "#fb8c00",
"error": "#ff5252"
}
}
}