]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/search/search.component.scss
Add account settings new design
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / search / search.component.scss
index ffd891904247465429268478d8fd84fb30b81661..191d3d597167bb7e0b6d3eb63d146f6923fa0fdf 100644 (file)
@@ -1,13 +1,7 @@
 #search-video {
-  display: inline-block;
-  height: $button-height;
-  width: $search-input-width;
+  @include peertube-input-text($search-input-width);
   margin-right: 15px;
   padding-right: 25px; // For the search icon
-  background: #fff;
-  border: 1px solid #C6C6C6;
-  border-radius: 3px;
-  padding-left: 15px;
 
   &::placeholder {
     color: #000;
 }
 
 .upload-button {
-  display: inline-block;
-  color: #fff;
-  font-weight: $font-semibold;
-  font-size: 15px;
-  height: $button-height;
-  line-height: $button-height;
-  border-radius: 3px;
-  text-align: center;
-  margin-right: 25px;
-  background-color: $orange-color;
-  padding: 0 17px 0 13px;
+  @include peertube-button-link;
 
-  @include disable-default-a-behaviour;
+  margin-right: 25px;
 
   .icon.icon-upload {
     display: inline-block;