LeagueStats/client/src/assets/css/base.css
2019-10-12 15:51:30 +02:00

32 lines
457 B
CSS

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
.min-w-1200 {
min-width: 1200px;;
}
.page-wrapper {
width: 1200px;
}
button:focus {
outline: 0;
}
.vertical-center {
top: 50%;
transform: translateY(-50%);
}
.horizontal-center {
left: 0;
right: 0;
margin: 0 auto;
}
.bg-gradient {
background: linear-gradient(180deg, #2C5282 0%, rgba(44, 82, 130, 0) 100%);
}
.text-overflow {
text-overflow: ellipsis;
}