Initial Commit
This commit is contained in:
17
frontend/src/components/ServiceRow/ServiceRow.module.scss
Executable file
17
frontend/src/components/ServiceRow/ServiceRow.module.scss
Executable file
@@ -0,0 +1,17 @@
|
||||
|
||||
@use "../../index.scss" as *;
|
||||
|
||||
.row{
|
||||
width: 95%;
|
||||
padding: 30px 0px;
|
||||
border-radius: 20px;
|
||||
margin: 10px;
|
||||
@extend .center-flex;
|
||||
}
|
||||
|
||||
.name{
|
||||
font-size: 2.3em;
|
||||
font-weight: bolder;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user