Files
Athou_commafeed/src/main/webapp/sass/generic/_misc.scss
2014-03-10 14:37:45 +01:00

126 lines
1.6 KiB
SCSS

.container-full {
width: 100%;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
}
body img {
max-width: 100%;
height: auto;
}
body .modal {
display: block;
}
body .modal-backdrop {
opacity: 0.5;
}
label {
font-weight: inherit;
}
.pointer {
cursor: pointer;
}
.nolink {
color: inherit;
}
.nolink:hover {
text-decoration: none;
color: inherit;
}
.block {
display: block;
}
.form-horizontal .control-group {
margin-bottom: 10px;
}
.bidi-embed {
unicode-bidi: embed;
}
.bs-fb ul {
margin-bottom: 0px;
}
.horizontal-align {
padding-top: 5px;
line-height: 20px
}
.welcome .container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 950px;
}
.welcome .header {
margin: 20px 0 40px 0;
}
.welcome .tagline {
color: #B3B3B3;
font-size: 28px;
padding-top: 110px;
}
.welcome .preview {
margin: 20px 0 20px 0;
max-width: 100%;
}
.welcome .demo {
font-size: 24px;
color: #B3B3B3;
}
.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;
}
blockquote p {
font-size: 14px;
}
.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;
}