mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
change bp3 to bp4 in css
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp3-navbar {
|
.bp4-navbar {
|
||||||
.bp3-button {
|
.bp4-button {
|
||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp3-navbar {
|
.bp4-navbar {
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
|
|
||||||
>* {
|
>* {
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer.bp3-dark {
|
#mainContainer.bp4-dark {
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
|
|
||||||
#MainScreen {
|
#MainScreen {
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
background: $dark-gray3;
|
background: $dark-gray3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp3-navbar {
|
.bp4-navbar {
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -63,8 +63,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp3-overlay-enter,
|
.bp4-overlay-enter,
|
||||||
.bp3-overlay-appear {
|
.bp4-overlay-appear {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
#photoImg {
|
#photoImg {
|
||||||
@@ -76,8 +76,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp3-overlay-enter-active,
|
.bp4-overlay-enter-active,
|
||||||
.bp3-overlay-appear-active {
|
.bp4-overlay-appear-active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
#photoImg {
|
#photoImg {
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.bp3-overlay-exit {
|
.bp4-overlay-exit {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
#photoImg {
|
#photoImg {
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp3-overlay-exit-active {
|
.bp4-overlay-exit-active {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
#photoImg {
|
#photoImg {
|
||||||
@@ -206,6 +206,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp3-dark {
|
.bp4-dark {
|
||||||
#overview {}
|
#overview {}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
@import "~@blueprintjs/core/lib/scss/variables";
|
@import "~@blueprintjs/core/lib/scss/variables";
|
||||||
|
|
||||||
.bp3-dark {
|
.bp4-dark {
|
||||||
#photoView {}
|
#photoView {}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user