Files
commafeed/src/main/webapp/sass/generic/_misc.scss

80 lines
1.1 KiB
SCSS
Raw Normal View History

.pointer {
cursor: pointer;
}
2013-05-31 12:00:35 +02:00
.block {
display: block;
}
.bs-fb ul {
margin-bottom: 0px;
}
.horizontal-align {
padding-top: 5px;
line-height: 20px
}
2013-05-26 18:10:47 +02:00
.welcome .container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 950px;
}
.welcome .header {
margin: 20px 0 40px 0;
}
2013-05-16 19:11:05 +02:00
.welcome .tagline {
color: #B3B3B3;
font-size: 28px;
padding-top: 110px;
}
2013-05-13 12:46:59 +02:00
.welcome .preview {
2013-05-16 19:11:05 +02:00
margin: 20px 0 20px 0;
}
.welcome .demo {
font-size: 24px;
color: #B3B3B3;
2013-05-13 12:46:59 +02:00
}
.main .spinner {
display: inline-block;
margin-left: 11px;
top: -4px;
}
.icon {
width: 14px;
height: 14px;
display: block;
}
.main .dropdown-menu a {
cursor: pointer;
}
.favicon {
width: 16px;
height: 16px;
2013-07-02 15:44:22 +02:00
}
.btn,.btn-large,.btn-small,.btn-mini {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.btn-group>.btn:first-child,.btn-group>.btn-large:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.btn-group>.btn:last-child,.btn-group>.btn-large:last-child,.btn-group>.dropdown-toggle
{
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
2013-05-26 18:10:47 +02:00
}