Files
raby/public/assets/styles/main.css

64 lines
1.1 KiB
CSS
Raw Normal View History

2020-03-02 01:05:39 -03:00
html {
font-family: Roboto, Arial !important;
}
2020-03-27 02:59:53 -03:00
.inverted.dark-blue {
background-color: #003662 !important;
}
.inverted.dark-blue.button {
border: 0;
box-shadow: none !important;
2020-03-02 01:05:39 -03:00
}
#page_menu .brand {
font-family: Helvetica, Arial !important;
font-weight: 600 !important;
2020-03-27 02:59:53 -03:00
font-size: 2rem;
2020-03-02 01:05:39 -03:00
}
#page_menu .side {
font-size: 1rem;
}
2020-03-27 02:59:53 -03:00
#page_menu .item:first-child {
padding-left: 0 !important;
2020-03-02 16:25:48 -03:00
}
2020-04-07 15:37:21 -04:00
#page_container {
display: flex;
flex-direction: column;
height: 100%;
}
.content {
flex: 1 0 auto;
}
2020-03-02 16:25:48 -03:00
footer {
2020-04-07 15:37:21 -04:00
flex: none;
2020-03-02 16:25:48 -03:00
color: white;
height: 260px;
font-family: Roboto;
}
2020-03-27 02:59:53 -03:00
footer .grid {
margin: 0 !important;
}
2020-03-02 16:25:48 -03:00
footer .main {
2020-03-27 02:59:53 -03:00
min-height: 16rem !important;
2020-03-02 16:25:48 -03:00
padding-top: 30px !important;
}
footer a {
color: inherit;
}
2020-03-27 13:14:44 -03:00
footer .small {
font-size: 0.8rem !important;
}
2020-03-27 02:59:53 -03:00
footer .grey {
2020-03-02 16:25:48 -03:00
background-color: rgba(0, 0, 0, 0.1) !important;
2020-03-27 02:59:53 -03:00
color: rgba(0, 0, 0, 0.7) !important;
min-height: 3rem !important;
}
footer nav.menu {
font-size: 10pt !important;
border: 0 !important;
}
footer nav.menu .item:first-child {
padding-left: 0 !important;
2020-03-02 16:25:48 -03:00
}