Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -22,7 +22,6 @@ $graytext: #555;
|
||||
}
|
||||
|
||||
.flex-container {
|
||||
background-color: #ccc;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -33,12 +32,12 @@ $graytext: #555;
|
||||
background-color: #9f9f9f;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
color: #fff;
|
||||
// color: #fff;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.cal {
|
||||
color: black;
|
||||
// color: black;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.25rem;
|
||||
@@ -118,14 +117,12 @@ $graytext: #555;
|
||||
}
|
||||
|
||||
.listaev {
|
||||
color: black;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.25rem;
|
||||
letter-spacing: 0.03333em;
|
||||
|
||||
&__date {
|
||||
color: #061220;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@@ -139,6 +136,10 @@ $graytext: #555;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&__details_darktheme {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&__tdimg {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
@@ -164,7 +165,7 @@ $graytext: #555;
|
||||
}
|
||||
|
||||
&__table tr:hover {
|
||||
background-color: #deecef;
|
||||
// background-color: #deecef;
|
||||
}
|
||||
|
||||
&__align_center_mobile {
|
||||
@@ -287,7 +288,7 @@ $graytext: #555;
|
||||
}
|
||||
|
||||
.mysel {
|
||||
color: white;
|
||||
color: skyblue;
|
||||
}
|
||||
|
||||
.myflex {
|
||||
|
||||
Reference in New Issue
Block a user