Questions tagged as 'scss'

0
answers

Is it possible to send the value of a typescript variable to a scss variable? Angular

Is it possible to send the value of a typescript variable to a scss variable? From my research I have seen that it is possible otherwise, to receive data from SCSS for Typescript. Would you like to know if it is possible otherwise?     
asked by 09.10.2018 / 20:22
1
answer

Prevent pseudo element :: before receiving the effects of hover applied to its parent

Hello, I'm applying hover to an element, and it contains a pseudo before element, in which it is receiving the hover effects of its parent element. > This image shows the problem: Seethattheelementwiththenumber3whenactivatinghoveralsoac...
asked by 18.09.2018 / 14:01
0
answers

Help to make a Sass Grid

I am creating a grid of mine in Sass, I am using Sass a short time. Could you give me tips on what to improve or what is wrong? link Note: Error code in CodePen but is working. Obg     
asked by 31.08.2018 / 21:50
0
answers

I can not insert icone into an image with after or before

I need to implement a icone in :after of this radio field because I want it to look like the IwasabletoinsertthecssnormalonlyIamnotabletoimplementtheiconthatwouldbeintheleftcornerofthescreenwhatIamdoingthewrongthingfollowst...
asked by 26.06.2018 / 20:58
0
answers

SCSS compiler error while changing files path

Personally I bought the theme of an admin at themeforest it uses scss and I'm having a difficult time organizing the files to be able to compile here as is several themes there are many files. I have already separated the folder I need...
asked by 21.06.2018 / 21:04
0
answers

Gulp sass is not a function

I am creating a project in CodeIgniter 3 with HMVC, where the assets will be inside the module folders. I created a gulpfile, I installed all modules by npm, but gulp-sass, to compile the SCSS files is not working. The code is as follows:...
asked by 10.05.2018 / 14:44
1
answer

Include of non ionic css

I need to call a css block, depending on the condition, on an ionic view. I'm trying to do with ng-include, but it does not work. <style type="text/css" ng-include="templates/style.css"></style> or with div <div ng-include=...
asked by 22.02.2018 / 13:55
0
answers

External variables in SCSS Ionic

In my CMS I'm writing all the color configuration data and would like to pass this values to the scss file per variable. Like this $default_color: {{variavel_aqui}}; Anyone know if it's possible ??     
asked by 08.02.2018 / 17:58
2
answers

Calculation of top in the scss

I have a container that has a variable height, depending on the resolution of the computer. I need to figure out when to use top to get content to be centralized. I tried something like: .container { height: auto; position: relative;...
asked by 10.09.2018 / 18:47
1
answer

Background image dynamically

I have a list of products by clicking on some of them, redirects to another page showing just the content of that item. I get the Image, but I would like it to be as a background, ie: it will show the same image in full size, and with text and e...
asked by 28.08.2018 / 19:52