mirror of
https://github.com/Raghu-Ch/InventoryApp.git
synced 2026-02-10 12:53:03 -05:00
initial commit
This commit is contained in:
42
src/app/home/home.component.css
Normal file
42
src/app/home/home.component.css
Normal file
@@ -0,0 +1,42 @@
|
||||
.viewer {
|
||||
padding: 20px 0;
|
||||
max-width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.view-wrapper {
|
||||
margin: 4px;
|
||||
border: 4px solid rgb(1, 179, 228);
|
||||
/* border: 1px solid rgba(0, 0, 0, .03);
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, .24),
|
||||
0 0 2px rgba(0, 0, 0, .12); */
|
||||
}
|
||||
|
||||
.viewer-title {
|
||||
padding: 8px 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
/* color: rgba(0, 0, 0, .54);
|
||||
background: rgba(0, 0, 0, .03); */
|
||||
/* variant: */
|
||||
color: rgb(255, 255, 255);
|
||||
background: rgb(1, 179, 228);
|
||||
}
|
||||
|
||||
.viewer-section {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.social {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: space-around;
|
||||
}
|
||||
|
||||
h3>i {
|
||||
letter-spacing: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user