mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
28 lines
567 B
SCSS
28 lines
567 B
SCSS
// Place all the styles related to the sessions controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
.centre-stage {
|
|
align-items: center;
|
|
bottom: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.github-button {
|
|
display: block;
|
|
background: white;
|
|
color: black;
|
|
text-decoration: none;
|
|
padding: 0.5rem 2rem;
|
|
border-radius: 0.5rem;
|
|
img {
|
|
width: 1.2rem;
|
|
vertical-align: middle;
|
|
margin-right: 0.25rem;
|
|
}
|
|
}
|