mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 08:48:06 +01:00
Fix syntax errors in win95 SCSS file
This commit is contained in:
parent
63d673ea24
commit
eb481c9049
1 changed files with 20 additions and 20 deletions
|
@ -142,7 +142,7 @@ body.admin {
|
||||||
|
|
||||||
.tabs-bar {
|
.tabs-bar {
|
||||||
background: $win95-bg;
|
background: $win95-bg;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ body.admin {
|
||||||
|
|
||||||
.column > .scrollable {
|
.column > .scrollable {
|
||||||
background: $win95-bg;
|
background: $win95-bg;
|
||||||
@include win95-border-outset()
|
@include win95-border-outset();
|
||||||
border-top-width:0px;
|
border-top-width:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ body.admin {
|
||||||
padding:2px;
|
padding:2px;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
background:#7f7f7f;
|
background:#7f7f7f;
|
||||||
@include win95-border-outset()
|
@include win95-border-outset();
|
||||||
border-bottom-width:0px;
|
border-bottom-width:0px;
|
||||||
color:white;
|
color:white;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
@ -270,7 +270,7 @@ body.admin {
|
||||||
max-height:20px;
|
max-height:20px;
|
||||||
padding:0px 2px;
|
padding:0px 2px;
|
||||||
margin-top:2px;
|
margin-top:2px;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -288,7 +288,7 @@ body.admin {
|
||||||
padding:2px;
|
padding:2px;
|
||||||
max-height:20px;
|
max-height:20px;
|
||||||
margin-top:2px;
|
margin-top:2px;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
@ -296,7 +296,7 @@ body.admin {
|
||||||
.column-back-button {
|
.column-back-button {
|
||||||
background:$win95-bg;
|
background:$win95-bg;
|
||||||
color:black;
|
color:black;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
padding:2px;
|
padding:2px;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
@ -406,7 +406,7 @@ body.admin {
|
||||||
|
|
||||||
.text-btn {
|
.text-btn {
|
||||||
background-color:$win95-bg;
|
background-color:$win95-bg;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
padding:4px;
|
padding:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -444,7 +444,7 @@ body.admin {
|
||||||
.missing-indicator {
|
.missing-indicator {
|
||||||
background-color:$win95-bg;
|
background-color:$win95-bg;
|
||||||
color:black;
|
color:black;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
}
|
}
|
||||||
|
|
||||||
.missing-indicator > div {
|
.missing-indicator > div {
|
||||||
|
@ -575,7 +575,7 @@ body.admin {
|
||||||
}
|
}
|
||||||
.icon-button {
|
.icon-button {
|
||||||
background:$win95-bg;
|
background:$win95-bg;
|
||||||
@include win95-border-outset()
|
@include win95-border-outset();
|
||||||
padding:0px 0px 0px 0px;
|
padding:0px 0px 0px 0px;
|
||||||
margin-right:4px;
|
margin-right:4px;
|
||||||
|
|
||||||
|
@ -609,7 +609,7 @@ body.admin {
|
||||||
|
|
||||||
.icon-button.star-icon > i {
|
.icon-button.star-icon > i {
|
||||||
background:$win95-bg;
|
background:$win95-bg;
|
||||||
@include win95-border-outset()
|
@include win95-border-outset();
|
||||||
padding-bottom:3px;
|
padding-bottom:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -686,7 +686,7 @@ body.admin {
|
||||||
|
|
||||||
.reply-indicator__content .status__content__spoiler-link, .status__content .status__content__spoiler-link {
|
.reply-indicator__content .status__content__spoiler-link, .status__content .status__content__spoiler-link {
|
||||||
background:$win95-bg;
|
background:$win95-bg;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-indicator__content .status__content__spoiler-link:hover, .status__content .status__content__spoiler-link:hover {
|
.reply-indicator__content .status__content__spoiler-link:hover, .status__content .status__content__spoiler-link:hover {
|
||||||
|
@ -717,7 +717,7 @@ body.admin {
|
||||||
|
|
||||||
.drawer__header {
|
.drawer__header {
|
||||||
background: $win95-bg;
|
background: $win95-bg;
|
||||||
@include win95-border-outset()
|
@include win95-border-outset();
|
||||||
justify-content:left;
|
justify-content:left;
|
||||||
margin-bottom:0px;
|
margin-bottom:0px;
|
||||||
padding-bottom:2px;
|
padding-bottom:2px;
|
||||||
|
@ -726,7 +726,7 @@ body.admin {
|
||||||
|
|
||||||
.drawer__tab {
|
.drawer__tab {
|
||||||
color:black;
|
color:black;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
padding:5px;
|
padding:5px;
|
||||||
margin:2px;
|
margin:2px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -920,7 +920,7 @@ body.admin {
|
||||||
{
|
{
|
||||||
box-shadow:unset;
|
box-shadow:unset;
|
||||||
color:black;
|
color:black;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
background: $win95-bg;
|
background: $win95-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1028,7 +1028,7 @@ body.admin {
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
background-color:$win95-bg;
|
background-color:$win95-bg;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
border-radius:0px;
|
border-radius:0px;
|
||||||
color:black;
|
color:black;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
@ -1205,7 +1205,7 @@ body.admin {
|
||||||
}
|
}
|
||||||
|
|
||||||
.getting-started__wrapper {
|
.getting-started__wrapper {
|
||||||
@include win95-border-outset()
|
@include win95-border-outset();
|
||||||
background-color:$win95-bg;
|
background-color:$win95-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1350,7 +1350,7 @@ body.admin {
|
||||||
|
|
||||||
.embed-modal, .error-modal, .onboarding-modal,
|
.embed-modal, .error-modal, .onboarding-modal,
|
||||||
.actions-modal, .boost-modal, .confirmation-modal, .report-modal {
|
.actions-modal, .boost-modal, .confirmation-modal, .report-modal {
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
background:$win95-bg;
|
background:$win95-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1436,7 +1436,7 @@ body.admin {
|
||||||
.admin-wrapper {
|
.admin-wrapper {
|
||||||
position:relative;
|
position:relative;
|
||||||
background: $win95-bg;
|
background: $win95-bg;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
width:70vw;
|
width:70vw;
|
||||||
height:80vh;
|
height:80vh;
|
||||||
margin:10vh auto;
|
margin:10vh auto;
|
||||||
|
@ -1473,7 +1473,7 @@ body.admin {
|
||||||
.admin-wrapper .content-wrapper {
|
.admin-wrapper .content-wrapper {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
width:calc(100% - 20px);
|
width:calc(100% - 20px);
|
||||||
@include win95-border-outset()
|
@include win95-border-outset();
|
||||||
position:relative;
|
position:relative;
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
margin-right:10px;
|
margin-right:10px;
|
||||||
|
@ -1699,7 +1699,7 @@ a.table-action-link:hover,
|
||||||
.simple_form .block-button
|
.simple_form .block-button
|
||||||
{
|
{
|
||||||
background: $win95-bg;
|
background: $win95-bg;
|
||||||
@include win95-outset()
|
@include win95-outset();
|
||||||
color:black;
|
color:black;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue