1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/app/assets/stylesheets/sessions.css.scss
Dan Barber 6936911880
Looks of things to make it pretty
* Convert SASS to SCSS
* Dark mode! (no light mode anymore though)
* Pretty GitHub login button
* Media queries to keep thumbnail sizes consistent by changing the
number of grid columns
2018-08-08 10:13:23 -04:00

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;
}
}