Skip to content
Snippets Groups Projects
Commit 8037f8be authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

remove bogus font-size setting, fixes #2140

Closes #2140

Merge request studip/studip!1564
parent e0a4d48b
No related branches found
No related tags found
No related merge requests found
...@@ -1215,7 +1215,6 @@ table.course-search { ...@@ -1215,7 +1215,6 @@ table.course-search {
.content-item-title { .content-item-title {
color: $base-color; color: $base-color;
font-size: 2rem;
} }
} }
...@@ -1551,6 +1550,3 @@ button.skiplink { ...@@ -1551,6 +1550,3 @@ button.skiplink {
} }
} }
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
.content-item-text { .content-item-text {
.content-item-title { .content-item-title {
font-size: 1.8rem; font-size: larger;
margin-bottom: 5px; margin-bottom: 5px;
} }
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
.content-item-text { .content-item-text {
.content-item-title { .content-item-title {
color: $base-color; color: $base-color;
font-size: 2rem; font-size: 1.3em;
width: 100%; width: 100%;
max-width: 160px; max-width: 160px;
white-space: nowrap; white-space: nowrap;
......
...@@ -132,7 +132,7 @@ form div.files-search { ...@@ -132,7 +132,7 @@ form div.files-search {
display: block; display: block;
width: 1%; width: 1%;
line-height: 1.5; line-height: 1.5;
padding: .375rem .75rem; padding: .25em .5em;
margin: 0; margin: 0;
} }
......
...@@ -11,13 +11,15 @@ article.admin-oauth2--setup { ...@@ -11,13 +11,15 @@ article.admin-oauth2--setup {
font-size: 16px; font-size: 16px;
#sidebar, #main-footer { #sidebar,
#main-footer {
display: none; display: none;
} }
.scopes, .buttons { .scopes,
margin-top: 2rem; .buttons {
margin-bottom: 2rem; margin-top: 1em;
margin-bottom: 1em;
} }
.buttons { .buttons {
......
...@@ -280,7 +280,7 @@ $width: 270px; ...@@ -280,7 +280,7 @@ $width: 270px;
.ct-label { .ct-label {
color: rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 0.8);
text-shadow: -1px 0px $white, 0px 1px $white, 1px 0px $white, 0px -1px $white; text-shadow: -1px 0px $white, 0px 1px $white, 1px 0px $white, 0px -1px $white;
font-size: 1rem; font-size: x-small;
fill: $black; fill: $black;
} }
......
...@@ -9,7 +9,7 @@ body #scroll-to-top { ...@@ -9,7 +9,7 @@ body #scroll-to-top {
margin-bottom: $scroll-to-top-margin; margin-bottom: $scroll-to-top-margin;
padding: 10px; padding: 10px;
background: $base-color; background: $base-color;
border: .05rem solid transparent; border: 1px solid transparent;
background-clip: padding-box; background-clip: padding-box;
cursor: pointer; cursor: pointer;
box-sizing: border-box; box-sizing: border-box;
...@@ -20,7 +20,7 @@ body #scroll-to-top { ...@@ -20,7 +20,7 @@ body #scroll-to-top {
z-index: 1; z-index: 1;
&:hover { &:hover {
background: $brand-color-darker; background: $brand-color-darker;
border-radius: .12rem; border-radius: 2px;
} }
&.hide { &.hide {
bottom: calc( 0px - #{$scroll-to-top-height + $scroll-to-top-margin}); bottom: calc( 0px - #{$scroll-to-top-height + $scroll-to-top-margin});
......
...@@ -310,7 +310,7 @@ select.sidebar-selectlist { ...@@ -310,7 +310,7 @@ select.sidebar-selectlist {
border: 1px solid $dark-gray-color-30; border: 1px solid $dark-gray-color-30;
border-right: none; border-right: none;
flex: 1; flex: 1;
padding: .375rem .75rem; padding: .25em .5em;
width: 100%; width: 100%;
} }
......
// Body reset // Body reset
html { html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0);
} }
......
...@@ -172,10 +172,6 @@ $tile-padding: 10px; ...@@ -172,10 +172,6 @@ $tile-padding: 10px;
$header-size: $avatar-size; $header-size: $avatar-size;
$element-height: (100px + $header-size); $element-height: (100px + $header-size);
&:not(:last-child) {
margin-bottom: 2rem;
}
.studip-grid-element { .studip-grid-element {
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
...@@ -196,9 +192,6 @@ $tile-padding: 10px; ...@@ -196,9 +192,6 @@ $tile-padding: 10px;
overflow: hidden; overflow: hidden;
} }
//.tiled-grid-element-header-title {
//}
.tiles-grid-element-header-image { .tiles-grid-element-header-image {
float: left; float: left;
display: block; display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment