@salaxy/ng1
Version:
AngularJS libraries for Salaxy platform (Palkkaus.fi)
61 lines (60 loc) • 1.01 kB
text/less
.salaxy-component{
.page-title{
font-size: 30px;
}
p, li {
a{
&:visited{
color:@link-hover-color;
}
}
}
li.disabled a:visited {
color: @dropdown-link-disabled-color;
}
p{
&.feedback-success{
padding:30px 10px;
color:@brand-success;
}
}
.pre-wrap{
white-space: pre-wrap;
}
.pre-line{
white-space: pre-line;
}
.text-overflow-80pc{
max-width: 80%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
}
@media screen and (max-width:@screen-xs-max){
h2, .h2 {
font-size: 26px;
}
.salaxy-navi-page-container{
.page-header {
font-size:42px;
}
}
.avatar-container h2 {
font-size: 24px;
width: 100%;
text-align: left;
clear: both;
}
}
@media screen and (max-width:480px){
h2, .h2{
font-size:24px;
}
.salaxy-navi-page-container{
.page-header {
font-size:30px;
}
}
}
}