step 2
This commit is contained in:
@@ -1,4 +1,23 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Be Vietnam Pro', sans-serif;
|
||||
}
|
||||
}
|
||||
:root {
|
||||
--primary-color: #605DC8;
|
||||
--secondary-color: #8B89E6;
|
||||
--accent-color: #e8e7fa;
|
||||
--shadow-color: #E8E8E8;
|
||||
}
|
||||
|
||||
button.primary {
|
||||
padding: 10px;
|
||||
border: solid 1px var(--primary-color);
|
||||
background: var(--primary-color);
|
||||
color: white;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user