feature: page about
This commit is contained in:
@ -19,6 +19,7 @@ a {
|
||||
&.button {
|
||||
padding: 7.5px 20px;
|
||||
border-radius: 16.5px;
|
||||
text-decoration: none;
|
||||
|
||||
&.rounded {
|
||||
border-radius: 50%;
|
||||
|
@ -32,7 +32,6 @@
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
margin-right: 0.2em;
|
||||
text-align: center;
|
||||
/* opacity: .8; */
|
||||
|
||||
|
@ -10,4 +10,7 @@
|
||||
&.float-right {
|
||||
float: right;
|
||||
}
|
||||
&.center {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,17 @@
|
||||
|
||||
|
||||
:root {
|
||||
box-sizing: border-box;
|
||||
color: #636363;
|
||||
font-family: Open Sans, sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
@import 'hubl-framework/_index';
|
||||
@import 'hubl-app/_index';
|
||||
|
Reference in New Issue
Block a user