no message
This commit is contained in:
parent
f482481645
commit
5648b99c9b
@ -313,6 +313,9 @@ body {
|
||||
margin-bottom: 5px;
|
||||
position: relative;
|
||||
}
|
||||
.my-project .my-box .contrast-box .left .list .item .left .name:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.my-project .my-box .contrast-box .left .list .item .left .name::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -354,6 +354,9 @@ body {
|
||||
color: #000000;
|
||||
margin-bottom: 5px;
|
||||
position: relative;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -207,7 +207,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.content .side .item.pitch {
|
||||
width: 101%;
|
||||
width: calc(100% + 1px);
|
||||
background-color: #fbfbfb;
|
||||
border-top: 1px solid #ebebeb;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
@ -630,7 +630,7 @@
|
||||
.content .details-box .demand .list .item .triangle {
|
||||
position: absolute;
|
||||
transform: rotate(270deg);
|
||||
top: 27px;
|
||||
top: 22px;
|
||||
left: 7px;
|
||||
}
|
||||
.content .details-box .demand .list .item:not(:last-of-type) {
|
||||
|
@ -236,7 +236,7 @@
|
||||
border-radius: 12px 0 0 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
width: 101%;
|
||||
width: calc(100% + 1px);
|
||||
background-color: rgba(251, 251, 251, 1);
|
||||
border-top: 1px solid rgba(235, 235, 235, 1);
|
||||
border-bottom: 1px solid rgba(235, 235, 235, 1);
|
||||
@ -715,7 +715,7 @@
|
||||
.triangle {
|
||||
position: absolute;
|
||||
transform: rotate(270deg);
|
||||
top: 27px;
|
||||
top: 22px;
|
||||
left: 7px;
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 59 KiB |
BIN
img/subject.png
BIN
img/subject.png
Binary file not shown.
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 53 KiB |
Loading…
Reference in New Issue
Block a user