mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 09:57:19 +08:00
15 lines
338 B
CSS
15 lines
338 B
CSS
.theme {
|
|
--border-color: rgb(226, 232, 240);
|
|
--header-height: 3.6rem;
|
|
--sidebar-width: 16.4rem;
|
|
--text-color: #2c3e50;
|
|
--text-color-light: #476582;
|
|
--code-bg-color: #282c34;
|
|
--accent-color: #3eaf7c;
|
|
|
|
/* responsive breakpoints */
|
|
/* --mq-narrow: 959px; */
|
|
/* --mq-mobile: 719px; */
|
|
/* --mq-mobile-narrow: 419px; */
|
|
}
|