Added radio page
This commit is contained in:
18
resources/assets/sass/components/_page.scss
vendored
Normal file
18
resources/assets/sass/components/_page.scss
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.page_container {
|
||||
background-color: #fff;
|
||||
width: CALC(100% - 270px);
|
||||
padding: 32px 135px;
|
||||
&.grey-background {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
}
|
||||
.page_body {
|
||||
font-family: Nunito, serif;
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
color: #282828;
|
||||
}
|
||||
.action_button {
|
||||
text-decoration: none;
|
||||
color: #282828;
|
||||
}
|
||||
Reference in New Issue
Block a user