initial
This commit is contained in:
14
idp_client/src/styles.scss
Normal file
14
idp_client/src/styles.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.safe {
|
||||
background-image: url("assets/icons/safe-box.svg");
|
||||
}
|
||||
|
||||
.user {
|
||||
background-image: url("assets/icons/user.svg");
|
||||
}
|
||||
Reference in New Issue
Block a user