chore: 配置git忽略node_modules文件夹
This commit is contained in:
10
src/App.css
10
src/App.css
@@ -17,7 +17,7 @@
|
||||
/* Header */
|
||||
.app-header {
|
||||
padding: 0 24px;
|
||||
background: var(--md-surface-container);
|
||||
background: var(--md-surface-container-lowest);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@@ -77,7 +77,7 @@
|
||||
|
||||
.device-list-card {
|
||||
background: var(--md-surface-container-lowest);
|
||||
border-radius: var(--md-shape-md);
|
||||
border-radius: var(--md-shape-lg);
|
||||
padding: 20px;
|
||||
box-shadow: var(--md-elevation-1);
|
||||
flex: 1;
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
.text-input-bar input:focus {
|
||||
border-color: var(--md-primary);
|
||||
box-shadow: 0 0 0 2px rgba(91, 95, 199, 0.12);
|
||||
box-shadow: 0 0 0 2px rgba(212, 160, 168, 0.15);
|
||||
}
|
||||
|
||||
.text-input-bar input::placeholder {
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
.text-input-bar button:hover:not(:disabled) {
|
||||
box-shadow: var(--md-elevation-1);
|
||||
filter: brightness(1.08);
|
||||
filter: brightness(1.05);
|
||||
}
|
||||
|
||||
.text-input-bar button:disabled {
|
||||
@@ -316,7 +316,7 @@
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: rgba(0, 0, 0, 0.32);
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
z-index: 999;
|
||||
animation: fadeIn 0.2s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user