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